home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / lisp / utils / finder-inf.el.z / finder-inf.el
Encoding:
Text File  |  1998-05-21  |  81.0 KB  |  2,922 lines

  1. ;;; finder-inf.el --- keyword-to-package mapping
  2. ;; Keywords: help
  3. ;;; Commentary:
  4. ;; Don't edit this file.  It's generated by finder.el
  5.  
  6. ;;; Code:
  7.  
  8. (setq finder-package-info '(
  9.     ("default.el"
  10.         "Site-wide file run after User's init file is run."
  11.         nil
  12.         "lisp/")
  13.     ("paths.el"
  14.         "define pathnames for use by various Emacs commands."
  15.         (internal)
  16.         "lisp/")
  17.     ("site-load.el"
  18.         "Template file for site-wide XEmacs customization"
  19.         (internal)
  20.         "lisp/")
  21.     ("site-start.el"
  22.         "Site wide run time initialization"
  23.         nil
  24.         "lisp/")
  25.     ("alist.el"
  26.         "utility functions about assoc-list"
  27.         (alist)
  28.         "lisp/apel/")
  29.     ("atype.el"
  30.         "atype functions"
  31.         (atype)
  32.         "lisp/apel/")
  33.     ("emu-18.el"
  34.         "emu API implementation for Emacs 18.*"
  35.         (emulation  compatibility)
  36.         "lisp/apel/")
  37.     ("emu-19.el"
  38.         "emu API implementation for Emacs 19.*"
  39.         (emulation  compatibility)
  40.         "lisp/apel/")
  41.     ("emu-20.el"
  42.         "emu API implementation for Emacs 20 and XEmacs/mule"
  43.         (emulation  compatibility  mule)
  44.         "lisp/apel/")
  45.     ("emu-e19.el"
  46.         "emu module for Emacs 19 and XEmacs 19"
  47.         (emulation  compatibility  mule  latin-1)
  48.         "lisp/apel/")
  49.     ("emu-e20.el"
  50.         "emu API implementation for Emacs 20"
  51.         (emulation  compatibility  mule)
  52.         "lisp/apel/")
  53.     ("emu-mule.el"
  54.         "emu module for Mule 1.* and Mule 2.*"
  55.         (emulation  compatibility  mule)
  56.         "lisp/apel/")
  57.     ("emu-nemacs.el"
  58.         "emu API implementation for NEmacs"
  59.         (emulation  compatibility  nemacs  mule)
  60.         "lisp/apel/")
  61.     ("emu-x20.el"
  62.         "emu API implementation for XEmacs with mule"
  63.         (emulation  compatibility  mule  xemacs)
  64.         "lisp/apel/")
  65.     ("emu-xemacs.el"
  66.         "emu API implementation for XEmacs"
  67.         (emulation  compatibility  xemacs)
  68.         "lisp/apel/")
  69.     ("emu.el"
  70.         "Emulation module for each Emacs variants"
  71.         (emulation  compatibility  nemacs  mule  emacs/mule  xemacs)
  72.         "lisp/apel/")
  73.     ("file-detect.el"
  74.         "Path management or file detection utility"
  75.         (file detection  install  module)
  76.         "lisp/apel/")
  77.     ("filename.el"
  78.         "file name filter"
  79.         (file name  string)
  80.         "lisp/apel/")
  81.     ("install.el"
  82.         "Emacs Lisp package install utility"
  83.         (install  byte-compile  directory detection)
  84.         "lisp/apel/")
  85.     ("mule-caesar.el"
  86.         "ROT 13-47 Caesar rotation utility"
  87.         (rot 13-47  caesar  mail  news  text/x-rot13-47)
  88.         "lisp/apel/")
  89.     ("path-util.el"
  90.         "Emacs Lisp file detection utility"
  91.         (file detection  install  module)
  92.         "lisp/apel/")
  93.     ("richtext.el"
  94.         "read and save files in text/richtext format"
  95.         (wp  faces  mime  multimedia)
  96.         "lisp/apel/")
  97.     ("std11-parse.el"
  98.         "STD 11 parser for GNU Emacs"
  99.         (mail  news  rfc 822  std 11)
  100.         "lisp/apel/")
  101.     ("std11.el"
  102.         "STD 11 functions for GNU Emacs"
  103.         (mail  news  rfc 822  std 11)
  104.         "lisp/apel/")
  105.     ("custom-load.el"
  106.         "automatically extracted custom dependencies"
  107.         nil
  108.         "lisp/auctex/")
  109.     ("font-latex.el"
  110.         "LaTeX fontification for Font Lock mode."
  111.         (latex faces)
  112.         "lisp/auctex/")
  113.     ("latex.el"
  114.         "Support for LaTeX documents."
  115.         (wp)
  116.         "lisp/auctex/")
  117.     ("multi-prompt.el"
  118.         "completing read of multiple strings."
  119.         (extensions)
  120.         "lisp/auctex/")
  121.     ("tex.el"
  122.         "Support for TeX documents."
  123.         (wp)
  124.         "lisp/auctex/")
  125.     ("byte-optimize.el"
  126.         "the optimization passes of the emacs-lisp byte compiler."
  127.         (internal)
  128.         "lisp/bytecomp/")
  129.     ("bytecomp-runtime.el"
  130.         "byte-compiler support for inlining"
  131.         (internal)
  132.         "lisp/bytecomp/")
  133.     ("bytecomp.el"
  134.         "compilation of Lisp code into byte code."
  135.         (internal)
  136.         "lisp/bytecomp/")
  137.     ("disass.el"
  138.         "disassembler for compiled Emacs Lisp code"
  139.         (internal)
  140.         "lisp/bytecomp/")
  141.     ("appt.el"
  142.         "appointment notification functions."
  143.         (calendar)
  144.         "lisp/calendar/")
  145.     ("cal-dst.el"
  146.         "calendar functions for daylight savings rules."
  147.         (calendar)
  148.         "lisp/calendar/")
  149.     ("cal-french.el"
  150.         "calendar functions for the French Revolutionary calendar."
  151.         (calendar)
  152.         "lisp/calendar/")
  153.     ("cal-mayan.el"
  154.         "calendar functions for the Mayan calendars."
  155.         (calendar)
  156.         "lisp/calendar/")
  157.     ("cal-x.el"
  158.         "calendar windows in dedicated frames in x-windows"
  159.         (calendar)
  160.         "lisp/calendar/")
  161.     ("cal-xemacs.el"
  162.         "calendar functions for menu bar and popup menu support"
  163.         (calendar)
  164.         "lisp/calendar/")
  165.     ("calendar.el"
  166.         "Calendar functions.  -*-byte-compile-dynamic: t;-*-"
  167.         (calendar)
  168.         "lisp/calendar/")
  169.     ("diary-ins.el"
  170.         "calendar functions for adding diary entries."
  171.         (diary  calendar)
  172.         "lisp/calendar/")
  173.     ("diary-lib.el"
  174.         "diary functions."
  175.         (calendar)
  176.         "lisp/calendar/")
  177.     ("holidays.el"
  178.         "holiday functions for the calendar package"
  179.         (holidays  calendar)
  180.         "lisp/calendar/")
  181.     ("lunar.el"
  182.         "calendar functions for phases of the moon."
  183.         (calendar)
  184.         "lisp/calendar/")
  185.     ("solar.el"
  186.         "calendar functions for solar events."
  187.         (calendar)
  188.         "lisp/calendar/")
  189.     ("cc-align.el"
  190.         "custom indentation functions for CC Mode"
  191.         (c languages oop)
  192.         "lisp/cc-mode/")
  193.     ("cc-cmds.el"
  194.         "user level commands for CC Mode "
  195.         (c languages oop)
  196.         "lisp/cc-mode/")
  197.     ("cc-compat.el"
  198.         "cc-mode compatibility with c-mode.el confusion"
  199.         (c languages oop)
  200.         "lisp/cc-mode/")
  201.     ("cc-defs.el"
  202.         "definitions for CC Mode"
  203.         (c languages oop)
  204.         "lisp/cc-mode/")
  205.     ("cc-engine.el"
  206.         "core syntax guessing engine for CC mode"
  207.         (c languages oop)
  208.         "lisp/cc-mode/")
  209.     ("cc-langs.el"
  210.         "specific language support for CC Mode"
  211.         (c languages oop)
  212.         "lisp/cc-mode/")
  213.     ("cc-menus.el"
  214.         "imenu support for CC Mode"
  215.         (c languages oop)
  216.         "lisp/cc-mode/")
  217.     ("cc-mode.el"
  218.         "major mode for editing C, C++, Objective-C, and Java code"
  219.         (c languages oop)
  220.         "lisp/cc-mode/")
  221.     ("cc-styles.el"
  222.         "support for styles in CC Mode"
  223.         (c languages oop)
  224.         "lisp/cc-mode/")
  225.     ("cc-vars.el"
  226.         "user customization variables for CC Mode"
  227.         (c languages oop)
  228.         "lisp/cc-mode/")
  229.     ("cl-compat.el"
  230.         "Common Lisp extensions for GNU Emacs Lisp (compatibility)"
  231.         (extensions)
  232.         "lisp/cl/")
  233.     ("cl-extra.el"
  234.         "Common Lisp extensions for GNU Emacs Lisp (part two)"
  235.         (extensions)
  236.         "lisp/cl/")
  237.     ("cl-macs.el"
  238.         "Common Lisp extensions for GNU Emacs Lisp (part four)"
  239.         (extensions)
  240.         "lisp/cl/")
  241.     ("cl-seq.el"
  242.         "Common Lisp extensions for GNU Emacs Lisp (part three)"
  243.         (extensions)
  244.         "lisp/cl/")
  245.     ("cl.el"
  246.         "Common Lisp extensions for GNU Emacs Lisp"
  247.         (extensions  lisp)
  248.         "lisp/cl/")
  249.     ("background.el"
  250.         "fun with background jobs"
  251.         (processes)
  252.         "lisp/comint/")
  253.     ("comint-xemacs.el"
  254.         "Face customizations for comint"
  255.         (help  faces)
  256.         "lisp/comint/")
  257.     ("comint.el"
  258.         "general command interpreter in a window stuff"
  259.         (processes)
  260.         "lisp/comint/")
  261.     ("dbx.el"
  262.         "run dbx under Emacs"
  263.         (c  unix  tools  debugging)
  264.         "lisp/comint/")
  265.     ("gdb.el"
  266.         "run gdb under Emacs"
  267.         (c  unix  tools  debugging)
  268.         "lisp/comint/")
  269.     ("gdbsrc.el"
  270.         "Source-based (as opposed to comint-based) debugger"
  271.         (c  unix  tools  debugging)
  272.         "lisp/comint/")
  273.     ("gud.el"
  274.         "Grand Unified Debugger mode for gdb, sdb, dbx, or xdb"
  275.         (c  unix  tools  debugging)
  276.         "lisp/comint/")
  277.     ("history.el"
  278.         "Generic history stuff"
  279.         nil
  280.         "lisp/comint/")
  281.     ("inf-lisp.el"
  282.         "an inferior-lisp mode"
  283.         (processes  lisp)
  284.         "lisp/comint/")
  285.     ("kermit.el"
  286.         "additions to shell mode for use with kermit, etc."
  287.         (comm)
  288.         "lisp/comint/")
  289.     ("rlogin.el"
  290.         "remote login interface"
  291.         (unix  comm)
  292.         "lisp/comint/")
  293.     ("shell.el"
  294.         "specialized comint.el for running the shell."
  295.         (processes)
  296.         "lisp/comint/")
  297.     ("ssh.el"
  298.         "remote login interface"
  299.         (unix  comm)
  300.         "lisp/comint/")
  301.     ("telnet.el"
  302.         "run a telnet session from within an Emacs buffer"
  303.         (comm  unix)
  304.         "lisp/comint/")
  305.     ("cus-dep.el"
  306.         "Find customization dependencies."
  307.         (internal)
  308.         "lisp/custom/")
  309.     ("cus-edit.el"
  310.         "Tools for customizating Emacs and Lisp packages."
  311.         (help  faces)
  312.         "lisp/custom/")
  313.     ("cus-face.el"
  314.         "Support for Custom faces."
  315.         (help  faces)
  316.         "lisp/custom/")
  317.     ("cus-load.el"
  318.         "Batch load all available cus-load files"
  319.         (internal  help  faces)
  320.         "lisp/custom/")
  321.     ("cus-start.el"
  322.         "define customization properties of builtins."
  323.         (internal)
  324.         "lisp/custom/")
  325.     ("custom.el"
  326.         "Tools for declaring and initializing options."
  327.         (help  faces)
  328.         "lisp/custom/")
  329.     ("wid-browse.el"
  330.         "Functions for browsing widgets."
  331.         (extensions)
  332.         "lisp/custom/")
  333.     ("wid-edit.el"
  334.         "Functions for creating and using widgets."
  335.         (extensions)
  336.         "lisp/custom/")
  337.     ("widget.el"
  338.         "a library of user interface components."
  339.         (help  extensions  faces  hypermedia)
  340.         "lisp/custom/")
  341.     ("advise-eval-region.el"
  342.         "Wrap advice around eval-region"
  343.         (extensions lisp)
  344.         "lisp/edebug/")
  345.     ("cust-print.el"
  346.         "handles print-level and print-circle."
  347.         (extensions)
  348.         "lisp/edebug/")
  349.     ("edebug-cl-read.el"
  350.         "Edebug reader macros for use with cl-read."
  351.         (lisp  tools  maint)
  352.         "lisp/edebug/")
  353.     ("edebug.el"
  354.         "a source-level debugger for Emacs Lisp"
  355.         (lisp  tools  maint)
  356.         "lisp/edebug/")
  357.     ("eval-reg.el"
  358.         "Redefine eval-region, and subrs that use it, in Lisp"
  359.         (lisp)
  360.         "lisp/edebug/")
  361.     ("ediff-diff.el"
  362.         "diff-related utilities"
  363.         nil
  364.         "lisp/ediff/")
  365.     ("ediff-help.el"
  366.         "Code related to the contents of Ediff help buffers"
  367.         nil
  368.         "lisp/ediff/")
  369.     ("ediff-hook.el"
  370.         "setup for Ediff's menus and autoloads"
  371.         nil
  372.         "lisp/ediff/")
  373.     ("ediff-init.el"
  374.         "Macros, variables, and defsubsts used by Ediff"
  375.         nil
  376.         "lisp/ediff/")
  377.     ("ediff-merg.el"
  378.         "merging utilities"
  379.         nil
  380.         "lisp/ediff/")
  381.     ("ediff-mult.el"
  382.         "support for multi-file/multi-buffer processing in Ediff"
  383.         nil
  384.         "lisp/ediff/")
  385.     ("ediff-ptch.el"
  386.         "Ediff's  patch support"
  387.         nil
  388.         "lisp/ediff/")
  389.     ("ediff-tbar.el"
  390.         "A toolbar for Ediff control buffer"
  391.         nil
  392.         "lisp/ediff/")
  393.     ("ediff-util.el"
  394.         "the core commands and utilities of ediff"
  395.         nil
  396.         "lisp/ediff/")
  397.     ("ediff-vers.el"
  398.         "version control interface to Ediff"
  399.         nil
  400.         "lisp/ediff/")
  401.     ("ediff-wind.el"
  402.         "window manipulation utilities"
  403.         nil
  404.         "lisp/ediff/")
  405.     ("ediff.el"
  406.         "a comprehensive visual interface to diff & patch"
  407.         (comparing  merging  patching  version control.)
  408.         "lisp/ediff/")
  409.     ("egg-leim.el"
  410.         "Egg/Wnn-related code for LEIM"
  411.         (japanese  input method  leim)
  412.         "lisp/egg/")
  413.     ("egg-sj3-leim.el"
  414.         "Egg/SJ3-related code for LEIM"
  415.         (japanese  input method  leim)
  416.         "lisp/egg/")
  417.     ("egg-wnn.el"
  418.         "a inputting method communicating with [jck]server"
  419.         (inputting method)
  420.         "lisp/egg/")
  421.     ("ebuff-menu.el"
  422.         "electric-buffer-list mode"
  423.         (frames)
  424.         "lisp/electric/")
  425.     ("echistory.el"
  426.         "Electric Command History Mode"
  427.         (extensions)
  428.         "lisp/electric/")
  429.     ("ehelp.el"
  430.         "bindings for electric-help mode"
  431.         (help  extensions)
  432.         "lisp/electric/")
  433.     ("electric.el"
  434.         "window maker and Command loop for `electric' modes."
  435.         (extensions)
  436.         "lisp/electric/")
  437.     ("helper.el"
  438.         "utility help package supporting help in electric modes"
  439.         (help)
  440.         "lisp/electric/")
  441.     ("crisp.el"
  442.         "CRiSP/Brief Emacs emulator"
  443.         (emulations brief crisp)
  444.         "lisp/emulators/")
  445.     ("edt-lk201.el"
  446.         "Enhanced EDT Keypad Mode Emulation for LK-201 Keyboards"
  447.         (emulations)
  448.         "lisp/emulators/")
  449.     ("edt-mapper.el"
  450.         "Create an EDT LK-201 Map File for X-Windows Emacs"
  451.         (emulations)
  452.         "lisp/emulators/")
  453.     ("edt-pc.el"
  454.         "Enhanced EDT Keypad Mode Emulation for PC 101 Keyboards"
  455.         (emulations)
  456.         "lisp/emulators/")
  457.     ("edt-vt100.el"
  458.         "Enhanced EDT Keypad Mode Emulation for VT Series Terminals"
  459.         (emulations)
  460.         "lisp/emulators/")
  461.     ("edt.el"
  462.         "Enhanced EDT Keypad Mode Emulation for GNU Emacs 19"
  463.         (emulations)
  464.         "lisp/emulators/")
  465.     ("scroll-lock.el"
  466.         "scroll-locking minor mode"
  467.         (scroll crisp brief lock)
  468.         "lisp/emulators/")
  469.     ("teco.el"
  470.         "Teco interpreter for Gnu Emacs, version 1."
  471.         (emulators)
  472.         "lisp/emulators/")
  473.     ("tpu-doc.el"
  474.         "Documentation for TPU-edt"
  475.         (emulations)
  476.         "lisp/emulators/")
  477.     ("tpu-edt.el"
  478.         "Emacs emulating TPU emulating EDT"
  479.         (emulations)
  480.         "lisp/emulators/")
  481.     ("tpu-extras.el"
  482.         "Scroll margins and free cursor mode for TPU-edt"
  483.         (emulations)
  484.         "lisp/emulators/")
  485.     ("tpu-mapper.el"
  486.         "Create a TPU-edt X-windows keymap file"
  487.         (emulations)
  488.         "lisp/emulators/")
  489.     ("ws-mode.el"
  490.         "WordStar emulation mode for GNU Emacs"
  491.         (emulations)
  492.         "lisp/emulators/")
  493.     ("eos.el"
  494.         "Intereactively loads the XEmacs/SPARCworks interface"
  495.         (sparcworks eos era on sparcworks load)
  496.         "lisp/eos/")
  497.     ("sun-eos-browser.el"
  498.         "Implements the XEmacs/SPARCworks SourceBrowser interface"
  499.         (sparcworks eos era on sparcworks sbrowser source browser)
  500.         "lisp/eos/")
  501.     ("sun-eos-debugger-extra.el"
  502.         "Implements the XEmacs/SPARCworks Debugger interface"
  503.         (sparcworks eos era on sparcworks debugger dbx)
  504.         "lisp/eos/")
  505.     ("sun-eos-debugger.el"
  506.         "Implements the XEmacs/SPARCworks interface"
  507.         (sparcworks eos era on sparcworks debugger dbx)
  508.         "lisp/eos/")
  509.     ("sun-eos-editor.el"
  510.         "Implements the XEmacs/SPARCworks editor protocol"
  511.         (sparcworks eos era on sparcworks editor)
  512.         "lisp/eos/")
  513.     ("sun-eos-init.el"
  514.         "Initializes the XEmacs/SPARCworks interface"
  515.         (sparcworks eos era on sparcworks initialize)
  516.         "lisp/eos/")
  517.     ("sun-eos-load.el"
  518.         "Loads the XEmacs/SPARCworks interface code"
  519.         (sparcworks eos era on sparcworks debugger dbx)
  520.         "lisp/eos/")
  521.     ("sun-eos-menubar.el"
  522.         "Implements the XEmacs/SPARCworks menubar"
  523.         (sparcworks eos era on sparcworks menubar)
  524.         "lisp/eos/")
  525.     ("sun-eos-toolbar.el"
  526.         "Implements the EOS toolbar interface"
  527.         (sparcworks eos era on sparcworks toolbar)
  528.         "lisp/eos/")
  529.     ("sun-eos.el"
  530.         "Intereactively loads the XEmacs/SPARCworks interface"
  531.         (sparcworks eos era on sparcworks load)
  532.         "lisp/eos/")
  533.     ("term.el"
  534.         "general command interpreter in a window stuff"
  535.         nil
  536.         "lisp/eterm/")
  537.     ("tshell.el"
  538.         "specialized term.el for running the shell."
  539.         (processes)
  540.         "lisp/eterm/")
  541.     ("NeXTify.el"
  542.         "Character insertion variation"
  543.         (games)
  544.         "lisp/games/")
  545.     ("blackbox.el"
  546.         "blackbox game in Emacs Lisp"
  547.         (games)
  548.         "lisp/games/")
  549.     ("conx.el"
  550.         "Yet another dissociater"
  551.         (games)
  552.         "lisp/games/")
  553.     ("cookie1.el"
  554.         "retrieve random phrases from fortune cookie files"
  555.         (games)
  556.         "lisp/games/")
  557.     ("decipher.el"
  558.         "Cryptanalyze monoalphabetic substitution ciphers"
  559.         (games)
  560.         "lisp/games/")
  561.     ("dissociate.el"
  562.         "scramble text amusingly for Emacs."
  563.         (games)
  564.         "lisp/games/")
  565.     ("doctor.el"
  566.         "psychological help for frustrated users."
  567.         (games)
  568.         "lisp/games/")
  569.     ("dunnet.el"
  570.         "Text adventure for Emacs"
  571.         (games)
  572.         "lisp/games/")
  573.     ("flame.el"
  574.         "Automated insults"
  575.         (games)
  576.         "lisp/games/")
  577.     ("gomoku.el"
  578.         "Gomoku game between you and Emacs"
  579.         (games)
  580.         "lisp/games/")
  581.     ("hanoi.el"
  582.         "towers of hanoi in GNUmacs"
  583.         (games)
  584.         "lisp/games/")
  585.     ("life.el"
  586.         "John Horton Conway's `Life' game for GNU Emacs"
  587.         (games)
  588.         "lisp/games/")
  589.     ("mpuz.el"
  590.         "multiplication puzzle for XEmacs"
  591.         (games)
  592.         "lisp/games/")
  593.     ("spook.el"
  594.         "spook phrase utility for overloading the NSA line eater"
  595.         (games)
  596.         "lisp/games/")
  597.     ("studly.el"
  598.         "StudlyCaps (tm)(r)(c)(xxx)"
  599.         (games)
  600.         "lisp/games/")
  601.     ("tetris.el"
  602.         "Implementation of Tetris for Emacs."
  603.         (games)
  604.         "lisp/games/")
  605.     ("xmine.el"
  606.         "Mine game for XEmacs"
  607.         (games)
  608.         "lisp/games/")
  609.     ("yow.el"
  610.         "quote random zippyisms"
  611.         (games)
  612.         "lisp/games/")
  613.     ("dgnushack.el"
  614.         "a hack to set the load path for byte-compiling"
  615.         (news  path)
  616.         "lisp/gnus/")
  617.     ("earcon.el"
  618.         "Sound effects for messages"
  619.         (news fun sound)
  620.         "lisp/gnus/")
  621.     ("gnus-art.el"
  622.         "article mode commands for Gnus"
  623.         (news)
  624.         "lisp/gnus/")
  625.     ("gnus-async.el"
  626.         "asynchronous support for Gnus"
  627.         (news)
  628.         "lisp/gnus/")
  629.     ("gnus-audio.el"
  630.         "Sound effects for Gnus"
  631.         (news)
  632.         "lisp/gnus/")
  633.     ("gnus-bcklg.el"
  634.         "backlog functions for Gnus"
  635.         (news)
  636.         "lisp/gnus/")
  637.     ("gnus-cache.el"
  638.         "cache interface for Gnus"
  639.         (news)
  640.         "lisp/gnus/")
  641.     ("gnus-cite.el"
  642.         "parse citations in articles for Gnus"
  643.         (news  mail)
  644.         "lisp/gnus/")
  645.     ("gnus-cus.el"
  646.         "customization commands for Gnus"
  647.         (news)
  648.         "lisp/gnus/")
  649.     ("gnus-demon.el"
  650.         "daemonic Gnus behaviour"
  651.         (news)
  652.         "lisp/gnus/")
  653.     ("gnus-dup.el"
  654.         "suppression of duplicate articles in Gnus"
  655.         (news)
  656.         "lisp/gnus/")
  657.     ("gnus-eform.el"
  658.         "a mode for editing forms for Gnus"
  659.         (news)
  660.         "lisp/gnus/")
  661.     ("gnus-ems.el"
  662.         "functions for making Gnus work under different Emacsen"
  663.         (news)
  664.         "lisp/gnus/")
  665.     ("gnus-gl.el"
  666.         "an interface to GroupLens for Gnus"
  667.         (news  score)
  668.         "lisp/gnus/")
  669.     ("gnus-group.el"
  670.         "group mode commands for Gnus"
  671.         (news)
  672.         "lisp/gnus/")
  673.     ("gnus-int.el"
  674.         "backend interface functions for Gnus"
  675.         (news)
  676.         "lisp/gnus/")
  677.     ("gnus-kill.el"
  678.         "kill commands for Gnus"
  679.         (news)
  680.         "lisp/gnus/")
  681.     ("gnus-load.el"
  682.         "automatically extracted custom dependencies"
  683.         nil
  684.         "lisp/gnus/")
  685.     ("gnus-logic.el"
  686.         "advanced scoring code for Gnus"
  687.         (news)
  688.         "lisp/gnus/")
  689.     ("gnus-mh.el"
  690.         "mh-e interface for Gnus"
  691.         (news)
  692.         "lisp/gnus/")
  693.     ("gnus-move.el"
  694.         "commands for moving Gnus from one server to another"
  695.         (news)
  696.         "lisp/gnus/")
  697.     ("gnus-msg.el"
  698.         "mail and post interface for Gnus"
  699.         (news)
  700.         "lisp/gnus/")
  701.     ("gnus-nocem.el"
  702.         "NoCeM pseudo-cancellation treatment"
  703.         (news)
  704.         "lisp/gnus/")
  705.     ("gnus-picon.el"
  706.         "displaying pretty icons in Gnus"
  707.         (news xpm annotation glyph faces)
  708.         "lisp/gnus/")
  709.     ("gnus-range.el"
  710.         "range and sequence functions for Gnus"
  711.         (news)
  712.         "lisp/gnus/")
  713.     ("gnus-salt.el"
  714.         "alternate summary mode interfaces for Gnus"
  715.         nil
  716.         "lisp/gnus/")
  717.     ("gnus-setup.el"
  718.         "Initialization & Setup for Gnus 5"
  719.         (news)
  720.         "lisp/gnus/")
  721.     ("gnus-soup.el"
  722.         "SOUP packet writing support for Gnus"
  723.         (news  mail)
  724.         "lisp/gnus/")
  725.     ("gnus-spec.el"
  726.         "format spec functions for Gnus"
  727.         (news)
  728.         "lisp/gnus/")
  729.     ("gnus-srvr.el"
  730.         "virtual server support for Gnus"
  731.         (news)
  732.         "lisp/gnus/")
  733.     ("gnus-start.el"
  734.         "startup functions for Gnus"
  735.         (news)
  736.         "lisp/gnus/")
  737.     ("gnus-sum.el"
  738.         "summary mode commands for Gnus"
  739.         (news)
  740.         "lisp/gnus/")
  741.     ("gnus-topic.el"
  742.         "a folding minor mode for Gnus group buffers"
  743.         (news)
  744.         "lisp/gnus/")
  745.     ("gnus-undo.el"
  746.         "minor mode for undoing in Gnus"
  747.         (news)
  748.         "lisp/gnus/")
  749.     ("gnus-util.el"
  750.         "utility functions for Gnus"
  751.         (news)
  752.         "lisp/gnus/")
  753.     ("gnus-uu.el"
  754.         "extract (uu)encoded files in Gnus"
  755.         nil
  756.         "lisp/gnus/")
  757.     ("gnus-vm.el"
  758.         "vm interface for Gnus"
  759.         (news  mail)
  760.         "lisp/gnus/")
  761.     ("gnus-win.el"
  762.         "window configuration functions for Gnus"
  763.         (news)
  764.         "lisp/gnus/")
  765.     ("gnus-xmas.el"
  766.         "Gnus functions for XEmacs"
  767.         (news)
  768.         "lisp/gnus/")
  769.     ("gnus.el"
  770.         "a newsreader for GNU Emacs"
  771.         (news  mail)
  772.         "lisp/gnus/")
  773.     ("mailheader.el"
  774.         "Mail header parsing, merging, formatting"
  775.         (tools  mail  news)
  776.         "lisp/gnus/")
  777.     ("message.el"
  778.         "composing mail and news messages"
  779.         (mail  news)
  780.         "lisp/gnus/")
  781.     ("messagexmas.el"
  782.         "XEmacs extensions to message"
  783.         (mail  news)
  784.         "lisp/gnus/")
  785.     ("messcompat.el"
  786.         "making message mode compatible with mail mode"
  787.         (mail  news)
  788.         "lisp/gnus/")
  789.     ("nnbabyl.el"
  790.         "rmail mbox access for Gnus"
  791.         (news  mail)
  792.         "lisp/gnus/")
  793.     ("nndb.el"
  794.         "nndb access for Gnus"
  795.         (news)
  796.         "lisp/gnus/")
  797.     ("nndir.el"
  798.         "single directory newsgroup access for Gnus"
  799.         (news)
  800.         "lisp/gnus/")
  801.     ("nndoc.el"
  802.         "single file access for Gnus"
  803.         (news)
  804.         "lisp/gnus/")
  805.     ("nndraft.el"
  806.         "draft article access for Gnus"
  807.         (news)
  808.         "lisp/gnus/")
  809.     ("nneething.el"
  810.         "random file access for Gnus"
  811.         (news  mail)
  812.         "lisp/gnus/")
  813.     ("nnfolder.el"
  814.         "mail folder access for Gnus"
  815.         (mail)
  816.         "lisp/gnus/")
  817.     ("nngateway.el"
  818.         "posting news via mail gateways"
  819.         (news  mail)
  820.         "lisp/gnus/")
  821.     ("nnheader.el"
  822.         "header access macros for Gnus and its backends"
  823.         (news)
  824.         "lisp/gnus/")
  825.     ("nnheaderxm.el"
  826.         "making Gnus backends work under XEmacs"
  827.         (news)
  828.         "lisp/gnus/")
  829.     ("nnkiboze.el"
  830.         "select virtual news access for Gnus"
  831.         (news)
  832.         "lisp/gnus/")
  833.     ("nnmail.el"
  834.         "mail support functions for the Gnus mail backends"
  835.         (news  mail)
  836.         "lisp/gnus/")
  837.     ("nnmbox.el"
  838.         "mail mbox access for Gnus"
  839.         (news  mail)
  840.         "lisp/gnus/")
  841.     ("nnmh.el"
  842.         "mhspool access for Gnus"
  843.         (news  mail)
  844.         "lisp/gnus/")
  845.     ("nnml.el"
  846.         "mail spool access for Gnus"
  847.         (news  mail)
  848.         "lisp/gnus/")
  849.     ("nnoo.el"
  850.         "OO Gnus Backends"
  851.         (news)
  852.         "lisp/gnus/")
  853.     ("nnsoup.el"
  854.         "SOUP access for Gnus"
  855.         (news  mail)
  856.         "lisp/gnus/")
  857.     ("nnspool.el"
  858.         "spool access for GNU Emacs"
  859.         (news)
  860.         "lisp/gnus/")
  861.     ("nntp.el"
  862.         "nntp access for Gnus"
  863.         (news)
  864.         "lisp/gnus/")
  865.     ("nnvirtual.el"
  866.         "virtual newsgroups access for Gnus"
  867.         (news)
  868.         "lisp/gnus/")
  869.     ("nnweb.el"
  870.         "retrieving articles via web search engines"
  871.         (news)
  872.         "lisp/gnus/")
  873.     ("parse-time.el"
  874.         "Parsing time strings"
  875.         (util)
  876.         "lisp/gnus/")
  877.     ("pop3.el"
  878.         "Post Office Protocol (RFC 1460) interface"
  879.         (mail  pop3)
  880.         "lisp/gnus/")
  881.     ("score-mode.el"
  882.         "mode for editing Gnus score files"
  883.         (news  mail)
  884.         "lisp/gnus/")
  885.     ("smiley.el"
  886.         "displaying smiley faces"
  887.         (fun)
  888.         "lisp/gnus/")
  889.     ("hm--html-menu.el"
  890.         "A menu for the hm--html-mode."
  891.         nil
  892.         "lisp/hm--html-menus/")
  893.     ("hm--html-mode.el"
  894.         "Major mode for editing HTML documents for the WWW"
  895.         (hypermedia languages help docs wp)
  896.         "lisp/hm--html-menus/")
  897.     ("html-view.el"
  898.         "routines for communicating with a NCSA Mosaic process"
  899.         (comm unix wp help)
  900.         "lisp/hm--html-menus/")
  901.     ("internal-drag-and-drop.el"
  902.         "Internal drag and drop interface"
  903.         (mouse)
  904.         "lisp/hm--html-menus/")
  905.     ("tmpl-minor-mode.el"
  906.         "Template Minor Mode"
  907.         (data tools)
  908.         "lisp/hm--html-menus/")
  909.     ("iso-acc.el"
  910.         "minor mode providing electric accent keys"
  911.         (i18n)
  912.         "lisp/iso/")
  913.     ("iso-ascii.el"
  914.         "set up char tables for ISO 8859/1 on ASCII terminals."
  915.         (i18n)
  916.         "lisp/iso/")
  917.     ("iso-cvt.el"
  918.         "translate to ISO 8859-1 from/to net/TeX conventions"
  919.         (tex  iso  latin  i18n)
  920.         "lisp/iso/")
  921.     ("iso-insert.el"
  922.         "insert functions for ISO 8859/1."
  923.         (i18n)
  924.         "lisp/iso/")
  925.     ("iso-swed.el"
  926.         "set up char tables for ISO 8859/1 for Swedish/Finnish ttys"
  927.         (i18n)
  928.         "lisp/iso/")
  929.     ("iso-syntax.el"
  930.         "set up case-conversion and syntax tables for ISO 8859/1"
  931.         (i18n)
  932.         "lisp/iso/")
  933.     ("swedish.el"
  934.         "miscellaneous functions for dealing with Swedish."
  935.         (i18n)
  936.         "lisp/iso/")
  937.     ("arabic.el"
  938.         "pre-loaded support for Arabic."
  939.         nil
  940.         "lisp/language/")
  941.     ("china-util.el"
  942.         "utilities for Chinese"
  943.         (mule  multilingual  chinese)
  944.         "lisp/language/")
  945.     ("chinese.el"
  946.         "Support for Chinese"
  947.         (multilingual  chinese)
  948.         "lisp/language/")
  949.     ("cyril-util.el"
  950.         "utilities for Cyrillic scripts"
  951.         (mule  multilingual  cyrillic)
  952.         "lisp/language/")
  953.     ("cyrillic.el"
  954.         "Support for languages which use Cyrillic characters"
  955.         (multilingual  cyrillic)
  956.         "lisp/language/")
  957.     ("english.el"
  958.         "English support"
  959.         (multibyte character  character set  syntax  category)
  960.         "lisp/language/")
  961.     ("european.el"
  962.         "Support for European languages"
  963.         (multilingual  european)
  964.         "lisp/language/")
  965.     ("greek.el"
  966.         "Support for Greek"
  967.         (multilingual  greek)
  968.         "lisp/language/")
  969.     ("hebrew.el"
  970.         "Support for Hebrew"
  971.         (multilingual  hebrew)
  972.         "lisp/language/")
  973.     ("japan-util.el"
  974.         "utilities for Japanese"
  975.         (mule  multilingual  japanese)
  976.         "lisp/language/")
  977.     ("japanese.el"
  978.         "Japanese support"
  979.         (multilingual  japanese)
  980.         "lisp/language/")
  981.     ("korean.el"
  982.         "Support for Korean"
  983.         (multilingual  korean)
  984.         "lisp/language/")
  985.     ("misc-lang.el"
  986.         "support for miscellaneous languages (characters)"
  987.         (multilingual  character set  coding system)
  988.         "lisp/language/")
  989.     ("viet-chars.el"
  990.         "pre-loaded support for Vietnamese, part 1."
  991.         nil
  992.         "lisp/language/")
  993.     ("vietnamese.el"
  994.         "Support for Vietnamese"
  995.         (multilingual  vietnamese)
  996.         "lisp/language/")
  997.     ("leim-list.el"
  998.         "list of LEIM (Library of Emacs Input Method)"
  999.         nil
  1000.         "lisp/leim/")
  1001.     ("quail.el"
  1002.         "Provides simple input method for multilingual text"
  1003.         (mule  multilingual  input method)
  1004.         "lisp/leim/")
  1005.     ("mc-remail.el"
  1006.         "Remailer support for Mailcrypt"
  1007.         nil
  1008.         "lisp/mailcrypt/")
  1009.     ("mh-comp.el"
  1010.         "mh-e functions for composing messages"
  1011.         nil
  1012.         "lisp/mh-e/")
  1013.     ("mh-e.el"
  1014.         "GNU Emacs interface to the MH mail system"
  1015.         (mail)
  1016.         "lisp/mh-e/")
  1017.     ("mh-funcs.el"
  1018.         "mh-e functions not everyone will use right away"
  1019.         nil
  1020.         "lisp/mh-e/")
  1021.     ("mh-mime.el"
  1022.         "mh-e support for composing MIME messages"
  1023.         nil
  1024.         "lisp/mh-e/")
  1025.     ("mh-pick.el"
  1026.         "make a search pattern and search for a message in mh-e"
  1027.         nil
  1028.         "lisp/mh-e/")
  1029.     ("mh-seq.el"
  1030.         "mh-e sequences support"
  1031.         nil
  1032.         "lisp/mh-e/")
  1033.     ("mh-utils.el"
  1034.         "mh-e code needed for both sending and reading"
  1035.         nil
  1036.         "lisp/mh-e/")
  1037.     ("abbrev.el"
  1038.         "abbrev mode commands for Emacs"
  1039.         (abbrev)
  1040.         "lisp/modes/")
  1041.     ("ada-mode.el"
  1042.         "An Emacs major-mode for editing Ada source."
  1043.         (languages oop ada)
  1044.         "lisp/modes/")
  1045.     ("arc-mode.el"
  1046.         "simple editing of archives"
  1047.         (archives msdog editing major-mode)
  1048.         "lisp/modes/")
  1049.     ("asm-mode.el"
  1050.         "mode for editing assembler code"
  1051.         (tools  languages)
  1052.         "lisp/modes/")
  1053.     ("auto-show.el"
  1054.         "perform automatic horizontal scrolling as point moves"
  1055.         (extensions  internal)
  1056.         "lisp/modes/")
  1057.     ("autoconf-mode.el"
  1058.         "autoconf code editing commands for Emacs"
  1059.         (languages  faces  m4  configure)
  1060.         "lisp/modes/")
  1061.     ("awk-mode.el"
  1062.         "AWK code editing commands for Emacs"
  1063.         (unix  languages)
  1064.         "lisp/modes/")
  1065.     ("bib-mode.el"
  1066.         "bib-mode, major mode for editing bib files."
  1067.         (bib)
  1068.         "lisp/modes/")
  1069.     ("bibtex.el"
  1070.         "BibTeX mode for GNU Emacs"
  1071.         (bibtex  latex  tex)
  1072.         "lisp/modes/")
  1073.     ("c-comment.el"
  1074.         "edit C comments"
  1075.         (languages)
  1076.         "lisp/modes/")
  1077.     ("c-style.el"
  1078.         "sets c-style control variables."
  1079.         nil
  1080.         "lisp/modes/")
  1081.     ("cl-indent.el"
  1082.         "enhanced lisp-indent mode"
  1083.         (lisp  tools)
  1084.         "lisp/modes/")
  1085.     ("cmacexp.el"
  1086.         "expand C macros in a region"
  1087.         (c)
  1088.         "lisp/modes/")
  1089.     ("cperl-mode.el"
  1090.         "Perl code editing commands for XEmacs"
  1091.         (languages)
  1092.         "lisp/modes/")
  1093.     ("enriched.el"
  1094.         "read and save files in text/enriched format"
  1095.         (wp  faces)
  1096.         "lisp/modes/")
  1097.     ("executable.el"
  1098.         "base functionality for executable interpreter scripts"
  1099.         (languages  unix)
  1100.         "lisp/modes/")
  1101.     ("f90.el"
  1102.         "Fortran-90 mode (free format)"
  1103.         (fortran  f90  languages)
  1104.         "lisp/modes/")
  1105.     ("fortran-misc.el"
  1106.         "Routines than can be used with fortran mode."
  1107.         (languages)
  1108.         "lisp/modes/")
  1109.     ("fortran.el"
  1110.         "Fortran mode for GNU Emacs"
  1111.         (languages)
  1112.         "lisp/modes/")
  1113.     ("hideif.el"
  1114.         "hides selected code within ifdef."
  1115.         (c  outlines)
  1116.         "lisp/modes/")
  1117.     ("hideshow.el"
  1118.         "minor mode cmds to selectively display blocks of code"
  1119.         (c c++ lisp tools editing)
  1120.         "lisp/modes/")
  1121.     ("icon.el"
  1122.         "mode for editing Icon code"
  1123.         (languages)
  1124.         "lisp/modes/")
  1125.     ("image-mode.el"
  1126.         "Major mode for navigate images"
  1127.         (image  graphics)
  1128.         "lisp/modes/")
  1129.     ("ksh-mode.el"
  1130.         "sh (ksh, bash) script editing mode for GNU Emacs."
  1131.         (shell  korn  bourne  sh  ksh  bash)
  1132.         "lisp/modes/")
  1133.     ("lazy-shot.el"
  1134.         "Lazy font locking for XEmacs"
  1135.         (languages  faces)
  1136.         "lisp/modes/")
  1137.     ("linuxdoc-sgml.el"
  1138.         "sgml-mode enhancements for linuxdoc"
  1139.         (docs  languages)
  1140.         "lisp/modes/")
  1141.     ("lisp-mnt.el"
  1142.         "minor mode for Emacs Lisp maintainers"
  1143.         (docs)
  1144.         "lisp/modes/")
  1145.     ("lisp-mode.el"
  1146.         "Lisp mode, and its idiosyncratic commands."
  1147.         (lisp  languages)
  1148.         "lisp/modes/")
  1149.     ("m4-mode.el"
  1150.         "m4 code editing commands for Emacs"
  1151.         (languages  faces)
  1152.         "lisp/modes/")
  1153.     ("make-mode.el"
  1154.         "makefile editing commands for Emacs"
  1155.         (unix  tools)
  1156.         "lisp/modes/")
  1157.     ("modula2.el"
  1158.         "Modula-2 editing support package"
  1159.         (languages)
  1160.         "lisp/modes/")
  1161.     ("nroff-mode.el"
  1162.         "GNU Emacs major mode for editing nroff source"
  1163.         (wp)
  1164.         "lisp/modes/")
  1165.     ("outl-mouse.el"
  1166.         "outline mode mouse commands for Emacs"
  1167.         (outlines  mouse)
  1168.         "lisp/modes/")
  1169.     ("outline.el"
  1170.         "outline mode commands for Emacs"
  1171.         (outlines)
  1172.         "lisp/modes/")
  1173.     ("pascal.el"
  1174.         "major mode for editing pascal source in Emacs"
  1175.         (languages)
  1176.         "lisp/modes/")
  1177.     ("perl-mode.el"
  1178.         "Perl code editing commands for GNU Emacs"
  1179.         (languages)
  1180.         "lisp/modes/")
  1181.     ("picture.el"
  1182.         "\"Picture mode\" -- editing using quarter-plane screen model."
  1183.         nil
  1184.         "lisp/modes/")
  1185.     ("postscript.el"
  1186.         "major mode for editing PostScript programs"
  1187.         (langauges)
  1188.         "lisp/modes/")
  1189.     ("prolog.el"
  1190.         "major mode for editing and running Prolog under Emacs"
  1191.         (languages)
  1192.         "lisp/modes/")
  1193.     ("python-mode.el"
  1194.         "Major mode for editing Python programs"
  1195.         (python languages oop)
  1196.         "lisp/modes/")
  1197.     ("reftex.el"
  1198.         "Minor mode for doing \\label, \\ref and \\cite in LaTeX"
  1199.         (tex)
  1200.         "lisp/modes/")
  1201.     ("rexx-mode.el"
  1202.         "major mode for editing REXX program files"
  1203.         (languages)
  1204.         "lisp/modes/")
  1205.     ("rsz-minibuf.el"
  1206.         "dynamically resize minibuffer to display entire contents"
  1207.         (minibuffer  window  frames  display)
  1208.         "lisp/modes/")
  1209.     ("scheme.el"
  1210.         "Scheme mode, and its idiosyncratic commands."
  1211.         (languages  lisp)
  1212.         "lisp/modes/")
  1213.     ("scribe.el"
  1214.         "scribe mode, and its idiosyncratic commands."
  1215.         (wp)
  1216.         "lisp/modes/")
  1217.     ("sendmail.el"
  1218.         "mail sending commands for Emacs."
  1219.         (mail)
  1220.         "lisp/modes/")
  1221.     ("sgml-mode.el"
  1222.         "SGML- and HTML-editing modes"
  1223.         (wp  hypermedia  comm  languages)
  1224.         "lisp/modes/")
  1225.     ("sh-script.el"
  1226.         "shell-script editing commands for Emacs"
  1227.         (languages  unix)
  1228.         "lisp/modes/")
  1229.     ("simula.el"
  1230.         "SIMULA 87 code editing commands for Emacs"
  1231.         (languages)
  1232.         "lisp/modes/")
  1233.     ("strokes.el"
  1234.         "Control XEmacs through mouse strokes --"
  1235.         (lisp  mouse  extensions)
  1236.         "lisp/modes/")
  1237.     ("tcl.el"
  1238.         "Tcl code editing commands for Emacs"
  1239.         (languages tcl modes)
  1240.         "lisp/modes/")
  1241.     ("tex-mode.el"
  1242.         "TeX, LaTeX, and SliTeX mode commands."
  1243.         nil
  1244.         "lisp/modes/")
  1245.     ("texinfo.el"
  1246.         "major mode for editing Texinfo files"
  1247.         (tex wp)
  1248.         "lisp/modes/")
  1249.     ("text-mode.el"
  1250.         "text mode, and its idiosyncratic commands."
  1251.         nil
  1252.         "lisp/modes/")
  1253.     ("verilog-mode.el"
  1254.         "major mode for editing verilog source in Emacs"
  1255.         (languages)
  1256.         "lisp/modes/")
  1257.     ("vhdl-mode.el"
  1258.         "major mode for editing VHDL code"
  1259.         (languages vhdl)
  1260.         "lisp/modes/")
  1261.     ("view-less.el"
  1262.         "Minor mode for browsing files with keybindings like `less'"
  1263.         (wp unix)
  1264.         "lisp/modes/")
  1265.     ("view-process-mode.el"
  1266.         "Display current running processes"
  1267.         (processes)
  1268.         "lisp/modes/")
  1269.     ("view-process-system-specific.el"
  1270.         "System specific stuff for view-process"
  1271.         (processes)
  1272.         "lisp/modes/")
  1273.     ("view-process-xemacs.el"
  1274.         "XEmacs specific code for view-process"
  1275.         (processes)
  1276.         "lisp/modes/")
  1277.     ("view.el"
  1278.         "peruse file or buffer without editing."
  1279.         (wp unix)
  1280.         "lisp/modes/")
  1281.     ("vrml-mode.el"
  1282.         "major mode for editing VRML (.wrl) files"
  1283.         (languages vrml modes)
  1284.         "lisp/modes/")
  1285.     ("whitespace-mode.el"
  1286.         "minor mode for making whitespace visible"
  1287.         (modes  extensions)
  1288.         "lisp/modes/")
  1289.     ("winmgr-mode.el"
  1290.         "generic window manager mode"
  1291.         (languages)
  1292.         "lisp/modes/")
  1293.     ("xpm-mode.el"
  1294.         "minor mode for editing XPM files"
  1295.         (data tools)
  1296.         "lisp/modes/")
  1297.     ("xrdb-mode.el"
  1298.         "mode for editing X resource database files"
  1299.         (data languages)
  1300.         "lisp/modes/")
  1301.     ("latex-math-symbol.el"
  1302.         "LaTeX math symbol decoder"
  1303.         (latex  math  mule)
  1304.         "lisp/mu/")
  1305.     ("mu-bbdb.el"
  1306.         "`attribution' function for mu-cite with BBDB."
  1307.         nil
  1308.         "lisp/mu/")
  1309.     ("mu-cite.el"
  1310.         "yet another citation tool for GNU Emacs"
  1311.         (mail  news  citation)
  1312.         "lisp/mu/")
  1313.     ("canna-leim.el"
  1314.         "Canna-related code for LEIM"
  1315.         (japanese  input method  leim)
  1316.         "lisp/mule/")
  1317.     ("canna.el"
  1318.         "Interface to the Canna input method."
  1319.         (canna  japanese  input method  mule  multilingual)
  1320.         "lisp/mule/")
  1321.     ("isearch-mule.el"
  1322.         "incremental search with front-end inputting method"
  1323.         (search)
  1324.         "lisp/mule/")
  1325.     ("kinsoku.el"
  1326.         "Kinsoku (line wrap) processing for XEmacs/Mule"
  1327.         nil
  1328.         "lisp/mule/")
  1329.     ("mule-category.el"
  1330.         "category functions for XEmacs/Mule."
  1331.         nil
  1332.         "lisp/mule/")
  1333.     ("mule-ccl.el"
  1334.         "Code Conversion Language functions."
  1335.         nil
  1336.         "lisp/mule/")
  1337.     ("mule-charset.el"
  1338.         "Charset functions for Mule."
  1339.         nil
  1340.         "lisp/mule/")
  1341.     ("mule-cmds.el"
  1342.         "Commands for multilingual environment"
  1343.         (mule  multilingual)
  1344.         "lisp/mule/")
  1345.     ("mule-cne.el"
  1346.         "interface between input methods Canna and EGG."
  1347.         nil
  1348.         "lisp/mule/")
  1349.     ("mule-coding.el"
  1350.         "Coding-system functions for Mule."
  1351.         nil
  1352.         "lisp/mule/")
  1353.     ("mule-debug.el"
  1354.         "debugging functions for Mule."
  1355.         nil
  1356.         "lisp/mule/")
  1357.     ("mule-diag.el"
  1358.         "Show diagnosis of multilingual environment (MULE)"
  1359.         (multilingual  charset  coding system  fontset  diagnosis)
  1360.         "lisp/mule/")
  1361.     ("mule-files.el"
  1362.         "File I/O functions for XEmacs/Mule."
  1363.         nil
  1364.         "lisp/mule/")
  1365.     ("mule-help.el"
  1366.         "Mule-ized Help functions "
  1367.         (help  internal)
  1368.         "lisp/mule/")
  1369.     ("mule-keyboard.el"
  1370.         "Direct input of multilingual chars from keyboard."
  1371.         nil
  1372.         "lisp/mule/")
  1373.     ("mule-misc.el"
  1374.         "Miscellaneous Mule functions."
  1375.         nil
  1376.         "lisp/mule/")
  1377.     ("mule-process.el"
  1378.         "Process functions for XEmacs/mule."
  1379.         (mule  multilingual  coding system  process)
  1380.         "lisp/mule/")
  1381.     ("mule-util.el"
  1382.         "Utility functions for multilingual environment (mule)"
  1383.         (mule  multilingual)
  1384.         "lisp/mule/")
  1385.     ("mule-x-init.el"
  1386.         "initialization code for X Windows under MULE"
  1387.         (mule x11)
  1388.         "lisp/mule/")
  1389.     ("add-log.el"
  1390.         "change log maintenance commands for Emacs"
  1391.         (maint)
  1392.         "lisp/packages/")
  1393.     ("apropos.el"
  1394.         "apropos commands for users and programmers."
  1395.         (help)
  1396.         "lisp/packages/")
  1397.     ("array.el"
  1398.         "array editing commands for XEmacs"
  1399.         (extensions)
  1400.         "lisp/packages/")
  1401.     ("autoinsert.el"
  1402.         "automatic mode-dependent insertion of text into new files"
  1403.         nil
  1404.         "lisp/packages/")
  1405.     ("avoid.el"
  1406.         "make mouse pointer stay out of the way of editing"
  1407.         (mouse)
  1408.         "lisp/packages/")
  1409.     ("big-menubar.el"
  1410.         "an alternate menubar"
  1411.         (mouse menubar)
  1412.         "lisp/packages/")
  1413.     ("blink-cursor.el"
  1414.         "Blink the cursor on or off"
  1415.         (display)
  1416.         "lisp/packages/")
  1417.     ("blink-paren.el"
  1418.         "blink the matching paren, just like Zmacs"
  1419.         (faces)
  1420.         "lisp/packages/")
  1421.     ("bookmark.el"
  1422.         "set bookmarks, maybe annotate them, jump to them later."
  1423.         (bookmarks  placeholders  annotations)
  1424.         "lisp/packages/")
  1425.     ("buff-menu.el"
  1426.         "buffer menu main function and support functions."
  1427.         (extensions)
  1428.         "lisp/packages/")
  1429.     ("chistory.el"
  1430.         "list command history"
  1431.         nil
  1432.         "lisp/packages/")
  1433.     ("cmuscheme.el"
  1434.         "Scheme process in a buffer. Adapted from tea.el."
  1435.         (processes  lisp)
  1436.         "lisp/packages/")
  1437.     ("compare-w.el"
  1438.         "compare text between windows for Emacs."
  1439.         nil
  1440.         "lisp/packages/")
  1441.     ("compile.el"
  1442.         "run compiler as inferior of Emacs, parse error messages."
  1443.         (tools  processes)
  1444.         "lisp/packages/")
  1445.     ("completion.el"
  1446.         "dynamic word-completion code"
  1447.         (abbrev)
  1448.         "lisp/packages/")
  1449.     ("crypt.el"
  1450.         "code for handling all sorts of compressed and encrypted files"
  1451.         (extensions)
  1452.         "lisp/packages/")
  1453.     ("dabbrev.el"
  1454.         "dynamic abbreviation package"
  1455.         (abbrev expand completion)
  1456.         "lisp/packages/")
  1457.     ("desktop.el"
  1458.         "save partial status of Emacs when killed"
  1459.         (customization)
  1460.         "lisp/packages/")
  1461.     ("detexinfo.el"
  1462.         "remove Texinfo commands from a Texinfo source file"
  1463.         (tex  docs)
  1464.         "lisp/packages/")
  1465.     ("doctex.el"
  1466.         "grind GNU Emacs DOC file into LaTeX input"
  1467.         (tex  docs)
  1468.         "lisp/packages/")
  1469.     ("edit-faces.el"
  1470.         "interactive face editing mode"
  1471.         nil
  1472.         "lisp/packages/")
  1473.     ("emacsbug.el"
  1474.         "command to report Emacs bugs to appropriate mailing list."
  1475.         (maint)
  1476.         "lisp/packages/")
  1477.     ("emerge.el"
  1478.         "merge diffs under Emacs control"
  1479.         (unix  tools)
  1480.         "lisp/packages/")
  1481.     ("etags.el"
  1482.         "etags facility for Emacs"
  1483.         (tools)
  1484.         "lisp/packages/")
  1485.     ("fast-lock.el"
  1486.         "Automagic text properties caching for fast Font Lock mode."
  1487.         (faces files)
  1488.         "lisp/packages/")
  1489.     ("feedmail.el"
  1490.         "outbound mail handling"
  1491.         (mail)
  1492.         "lisp/packages/")
  1493.     ("file-part.el"
  1494.         "treat a section of a buffer as a separate file"
  1495.         (extensions  tools)
  1496.         "lisp/packages/")
  1497.     ("font-lock.el"
  1498.         "decorating source files with fonts/colors based on syntax"
  1499.         (languages  faces)
  1500.         "lisp/packages/")
  1501.     ("fontl-hooks.el"
  1502.         "pre-loaded stuff for font-lock."
  1503.         nil
  1504.         "lisp/packages/")
  1505.     ("func-menu.el"
  1506.         "Jump to a function within a buffer."
  1507.         (tools  c  lisp)
  1508.         "lisp/packages/")
  1509.     ("generic-sc.el"
  1510.         "generic interface to source control systems"
  1511.         (tools  unix)
  1512.         "lisp/packages/")
  1513.     ("gnuserv.el"
  1514.         "Lisp interface code between Emacs and gnuserv"
  1515.         (environment  processes  terminals)
  1516.         "lisp/packages/")
  1517.     ("gopher.el"
  1518.         "an emacs gopher client"
  1519.         (gopher  comm)
  1520.         "lisp/packages/")
  1521.     ("hexl.el"
  1522.         "edit a file in a hex dump format using the hexl filter."
  1523.         (data)
  1524.         "lisp/packages/")
  1525.     ("hyper-apropos.el"
  1526.         "Hypertext emacs lisp documentation interface."
  1527.         (lisp  tools  help  docs  matching)
  1528.         "lisp/packages/")
  1529.     ("igrep.el"
  1530.         "An improved interface to `grep`."
  1531.         nil
  1532.         "lisp/packages/")
  1533.     ("info.el"
  1534.         "info package for Emacs."
  1535.         (help)
  1536.         "lisp/packages/")
  1537.     ("informat.el"
  1538.         "info support functions package for Emacs"
  1539.         (help)
  1540.         "lisp/packages/")
  1541.     ("ispell.el"
  1542.         "spell checking using Ispell"
  1543.         nil
  1544.         "lisp/packages/")
  1545.     ("iswitchb.el"
  1546.         "switch between buffers using substrings"
  1547.         (extensions)
  1548.         "lisp/packages/")
  1549.     ("jka-compr.el"
  1550.         "reading/writing/loading compressed files"
  1551.         (data)
  1552.         "lisp/packages/")
  1553.     ("lazy-lock.el"
  1554.         "Lazy demand-driven fontification for fast Font Lock mode."
  1555.         (faces files)
  1556.         "lisp/packages/")
  1557.     ("ledit.el"
  1558.         "Emacs side of ledit interface"
  1559.         nil
  1560.         "lisp/packages/")
  1561.     ("lispm-fonts.el"
  1562.         "quick hack to parse LISPM-style font-shift codes"
  1563.         (faces)
  1564.         "lisp/packages/")
  1565.     ("lpr.el"
  1566.         "print Emacs buffer on line printer."
  1567.         (unix)
  1568.         "lisp/packages/")
  1569.     ("makeinfo.el"
  1570.         "run makeinfo conveniently"
  1571.         nil
  1572.         "lisp/packages/")
  1573.     ("makesum.el"
  1574.         "generate key binding summary for Emacs"
  1575.         (help)
  1576.         "lisp/packages/")
  1577.     ("man.el"
  1578.         "browse UNIX manual pages"
  1579.         (help)
  1580.         "lisp/packages/")
  1581.     ("metamail.el"
  1582.         "Metamail interface for GNU Emacs"
  1583.         (mail  news  mime  multimedia)
  1584.         "lisp/packages/")
  1585.     ("mic-paren.el"
  1586.         "highlight matching parenthesises."
  1587.         (languages  faces)
  1588.         "lisp/packages/")
  1589.     ("page-ext.el"
  1590.         "extended page handling commands"
  1591.         nil
  1592.         "lisp/packages/")
  1593.     ("paren.el"
  1594.         "highlight (un)matching parens and whole expressions"
  1595.         (languages  faces)
  1596.         "lisp/packages/")
  1597.     ("pending-del.el"
  1598.         "Making insertions replace any selected text."
  1599.         nil
  1600.         "lisp/packages/")
  1601.     ("ps-print.el"
  1602.         "Jim's Pretty-Good PostScript Generator for Emacs 19."
  1603.         (print  postscript)
  1604.         "lisp/packages/")
  1605.     ("rcompile.el"
  1606.         "run a compilation on a remote machine"
  1607.         (tools  processes)
  1608.         "lisp/packages/")
  1609.     ("recent-files.el"
  1610.         "Maintain menu of recently opened files."
  1611.         (menu  file)
  1612.         "lisp/packages/")
  1613.     ("refbib.el"
  1614.         "convert refer-style references to ones usable by Latex bib"
  1615.         (bib  tex)
  1616.         "lisp/packages/")
  1617.     ("resume.el"
  1618.         "process command line args from within a suspended Emacs job"
  1619.         (processes)
  1620.         "lisp/packages/")
  1621.     ("saveplace.el"
  1622.         "automatically save place in files."
  1623.         (bookmarks  placeholders)
  1624.         "lisp/packages/")
  1625.     ("spell.el"
  1626.         "spelling correction interface for Emacs."
  1627.         (wp  unix)
  1628.         "lisp/packages/")
  1629.     ("supercite.el"
  1630.         "minor mode for citing mail and news replies"
  1631.         (citation attribution mail news article reply followup)
  1632.         "lisp/packages/")
  1633.     ("tar-mode.el"
  1634.         "simple editing of tar files from GNU emacs"
  1635.         (unix)
  1636.         "lisp/packages/")
  1637.     ("terminal.el"
  1638.         "terminal emulator for GNU Emacs."
  1639.         (comm  terminals)
  1640.         "lisp/packages/")
  1641.     ("texinfmt.el"
  1642.         "format Texinfo files into Info files."
  1643.         nil
  1644.         "lisp/packages/")
  1645.     ("texnfo-upd.el"
  1646.         "utilities for updating nodes and menus in Texinfo files"
  1647.         (maint  tex  docs)
  1648.         "lisp/packages/")
  1649.     ("time-stamp.el"
  1650.         "Maintain last change time stamps in files edited by Emacs"
  1651.         (tools)
  1652.         "lisp/packages/")
  1653.     ("time.el"
  1654.         "display time and load in mode line of Emacs."
  1655.         nil
  1656.         "lisp/packages/")
  1657.     ("uncompress.el"
  1658.         "auto-decompression hook for visiting .Z files"
  1659.         (unix extensions)
  1660.         "lisp/packages/")
  1661.     ("underline.el"
  1662.         "insert/remove underlining (done by overstriking) in Emacs."
  1663.         (wp)
  1664.         "lisp/packages/")
  1665.     ("upd-copyr.el"
  1666.         "update the copyright notice in a GNU Emacs Lisp file"
  1667.         (maint)
  1668.         "lisp/packages/")
  1669.     ("webjump.el"
  1670.         "programmable Web hotlist"
  1671.         (comm www)
  1672.         "lisp/packages/")
  1673.     ("webster-www.el"
  1674.         "Look up a word in WWW Merriam-Webster dictionary"
  1675.         (comm  hypermedia)
  1676.         "lisp/packages/")
  1677.     ("xscheme.el"
  1678.         "run Scheme under Emacs"
  1679.         (languages  lisp)
  1680.         "lisp/packages/")
  1681.     ("dll-debug.el"
  1682.         "A slow implementation of dll for debugging."
  1683.         (extensions  lisp)
  1684.         "lisp/pcl-cvs/")
  1685.     ("about.el"
  1686.         "the About The Authors page (shameless self promotion)."
  1687.         (extensions)
  1688.         "lisp/prim/")
  1689.     ("advocacy.el"
  1690.         "blatant XEmacs self promotion"
  1691.         nil
  1692.         "lisp/prim/")
  1693.     ("backquote.el"
  1694.         "Full backquote support for elisp.  Reverse compatible too."
  1695.         (extensions)
  1696.         "lisp/prim/")
  1697.     ("buffer.el"
  1698.         "buffer routines taken from C"
  1699.         nil
  1700.         "lisp/prim/")
  1701.     ("case-table.el"
  1702.         "code to extend the character set and support case tables."
  1703.         (i18n)
  1704.         "lisp/prim/")
  1705.     ("cleantree.el"
  1706.         "Remove out of date .elcs in lisp directories"
  1707.         (internal)
  1708.         "lisp/prim/")
  1709.     ("cmdloop.el"
  1710.         "support functions for the top-level command loop."
  1711.         nil
  1712.         "lisp/prim/")
  1713.     ("console.el"
  1714.         "miscellaneous console functions not written in C"
  1715.         (internal)
  1716.         "lisp/prim/")
  1717.     ("debug.el"
  1718.         "debuggers and related commands for XEmacs"
  1719.         nil
  1720.         "lisp/prim/")
  1721.     ("device.el"
  1722.         "miscellaneous device functions not written in C"
  1723.         (internal)
  1724.         "lisp/prim/")
  1725.     ("disp-table.el"
  1726.         "functions for dealing with char tables."
  1727.         (i18n)
  1728.         "lisp/prim/")
  1729.     ("env.el"
  1730.         "functions to manipulate environment variables."
  1731.         (processes  unix)
  1732.         "lisp/prim/")
  1733.     ("events.el"
  1734.         "event functions."
  1735.         (internal event)
  1736.         "lisp/prim/")
  1737.     ("extents.el"
  1738.         "miscellaneous extent functions not written in C"
  1739.         (internal)
  1740.         "lisp/prim/")
  1741.     ("faces.el"
  1742.         "Lisp interface to the C \"face\" structure"
  1743.         (faces internal)
  1744.         "lisp/prim/")
  1745.     ("files-nomule.el"
  1746.         "file I/O stubs when not under Mule."
  1747.         nil
  1748.         "lisp/prim/")
  1749.     ("files.el"
  1750.         "file input and output commands for XEmacs."
  1751.         nil
  1752.         "lisp/prim/")
  1753.     ("fill.el"
  1754.         "fill commands for XEmacs."
  1755.         (wp)
  1756.         "lisp/prim/")
  1757.     ("find-func.el"
  1758.         "find the definition of the Emacs Lisp function near point"
  1759.         (emacs-lisp  functions)
  1760.         "lisp/prim/")
  1761.     ("float-sup.el"
  1762.         "detect absence of floating-point support in XEmacs runtime"
  1763.         (internal)
  1764.         "lisp/prim/")
  1765.     ("format.el"
  1766.         "read and save files in multiple formats"
  1767.         (extensions  dumped)
  1768.         "lisp/prim/")
  1769.     ("frame.el"
  1770.         "multi-frame management independent of window systems."
  1771.         (internal)
  1772.         "lisp/prim/")
  1773.     ("glyphs.el"
  1774.         "Lisp interface to C glyphs"
  1775.         (extensions  internal)
  1776.         "lisp/prim/")
  1777.     ("gui.el"
  1778.         "Basic GUI functions for XEmacs."
  1779.         (internal)
  1780.         "lisp/prim/")
  1781.     ("help-nomule.el"
  1782.         "Help functions when not in Mule"
  1783.         (help  internal)
  1784.         "lisp/prim/")
  1785.     ("help.el"
  1786.         "help commands for XEmacs."
  1787.         (help  internal)
  1788.         "lisp/prim/")
  1789.     ("inc-vers.el"
  1790.         "load this to increment the recorded XEmacs version number."
  1791.         (internal)
  1792.         "lisp/prim/")
  1793.     ("indent.el"
  1794.         "indentation commands for XEmacs"
  1795.         (lisp languages tools)
  1796.         "lisp/prim/")
  1797.     ("itimer-autosave.el"
  1798.         "Autosave functions with itimers"
  1799.         nil
  1800.         "lisp/prim/")
  1801.     ("lisp.el"
  1802.         "Lisp editing commands for XEmacs"
  1803.         (lisp  languages)
  1804.         "lisp/prim/")
  1805.     ("loaddefs.el"
  1806.         "define standard autoloads of other files"
  1807.         (internal)
  1808.         "lisp/prim/")
  1809.     ("loadup.el"
  1810.         "load up standardly loaded Lisp files for XEmacs."
  1811.         (internal)
  1812.         "lisp/prim/")
  1813.     ("macros.el"
  1814.         "non-primitive commands for keyboard macros."
  1815.         (abbrev)
  1816.         "lisp/prim/")
  1817.     ("make-docfile.el"
  1818.         "Cache docstrings in external file"
  1819.         (internal)
  1820.         "lisp/prim/")
  1821.     ("minibuf.el"
  1822.         "Minibuffer functions for XEmacs"
  1823.         (internal)
  1824.         "lisp/prim/")
  1825.     ("misc.el"
  1826.         "miscellaneous functions for XEmacs"
  1827.         nil
  1828.         "lisp/prim/")
  1829.     ("modeline.el"
  1830.         "modeline hackery."
  1831.         nil
  1832.         "lisp/prim/")
  1833.     ("mouse.el"
  1834.         "window system-independent mouse support."
  1835.         (hardware)
  1836.         "lisp/prim/")
  1837.     ("novice.el"
  1838.         "handling of disabled commands (\"novice mode\") for XEmacs."
  1839.         (internal  help)
  1840.         "lisp/prim/")
  1841.     ("objects.el"
  1842.         "Lisp interface to C window-system objects"
  1843.         (faces internal)
  1844.         "lisp/prim/")
  1845.     ("obsolete.el"
  1846.         "obsoleteness support."
  1847.         (internal)
  1848.         "lisp/prim/")
  1849.     ("options.el"
  1850.         "edit Options command for XEmacs."
  1851.         nil
  1852.         "lisp/prim/")
  1853.     ("overlay.el"
  1854.         "overlay support."
  1855.         (internal)
  1856.         "lisp/prim/")
  1857.     ("package-admin.el"
  1858.         "Installation and Maintenance of XEmacs packages"
  1859.         (internal)
  1860.         "lisp/prim/")
  1861.     ("packages.el"
  1862.         "Low level support for XEmacs packages"
  1863.         (internal  lisp)
  1864.         "lisp/prim/")
  1865.     ("page.el"
  1866.         "page motion commands for emacs."
  1867.         nil
  1868.         "lisp/prim/")
  1869.     ("paragraphs.el"
  1870.         "paragraph and sentence parsing."
  1871.         (wp)
  1872.         "lisp/prim/")
  1873.     ("process.el"
  1874.         "commands for subprocesses; split out of simple.el"
  1875.         (internal  processes)
  1876.         "lisp/prim/")
  1877.     ("profile.el"
  1878.         "basic profiling commands for XEmacs"
  1879.         (internal)
  1880.         "lisp/prim/")
  1881.     ("rect.el"
  1882.         "rectangle functions for XEmacs."
  1883.         (internal)
  1884.         "lisp/prim/")
  1885.     ("register.el"
  1886.         "register commands for Emacs."
  1887.         (internal)
  1888.         "lisp/prim/")
  1889.     ("replace.el"
  1890.         "search and replace commands for XEmacs."
  1891.         nil
  1892.         "lisp/prim/")
  1893.     ("reposition.el"
  1894.         "center a Lisp function or comment on the screen"
  1895.         nil
  1896.         "lisp/prim/")
  1897.     ("simple.el"
  1898.         "basic editing commands for XEmacs"
  1899.         nil
  1900.         "lisp/prim/")
  1901.     ("sort.el"
  1902.         "commands to sort text in an XEmacs buffer."
  1903.         (unix)
  1904.         "lisp/prim/")
  1905.     ("sound.el"
  1906.         "Loading sound files in XEmacs"
  1907.         nil
  1908.         "lisp/prim/")
  1909.     ("specifier.el"
  1910.         "Lisp interface to specifiers"
  1911.         (internal)
  1912.         "lisp/prim/")
  1913.     ("startup.el"
  1914.         "process XEmacs shell arguments"
  1915.         (internal)
  1916.         "lisp/prim/")
  1917.     ("subr.el"
  1918.         "basic lisp subroutines for XEmacs"
  1919.         nil
  1920.         "lisp/prim/")
  1921.     ("symbols.el"
  1922.         "functions for working with symbols and symbol values"
  1923.         nil
  1924.         "lisp/prim/")
  1925.     ("tabify.el"
  1926.         "tab conversion commands for XEmacs"
  1927.         nil
  1928.         "lisp/prim/")
  1929.     ("toolbar.el"
  1930.         "Toolbar support for XEmacs"
  1931.         (extensions  internal)
  1932.         "lisp/prim/")
  1933.     ("undo-stack.el"
  1934.         "An \"undoable stack\" object."
  1935.         (extensions)
  1936.         "lisp/prim/")
  1937.     ("update-elc.el"
  1938.         "Bytecompile out-of-date dumped files"
  1939.         (internal)
  1940.         "lisp/prim/")
  1941.     ("userlock.el"
  1942.         "handle file access contention between multiple users"
  1943.         (internal)
  1944.         "lisp/prim/")
  1945.     ("window-xemacs.el"
  1946.         "XEmacs window commands aside from those written in C."
  1947.         (extensions)
  1948.         "lisp/prim/")
  1949.     ("window.el"
  1950.         "XEmacs window commands aside from those written in C."
  1951.         (extensions)
  1952.         "lisp/prim/")
  1953.     ("winnt.el"
  1954.         "Lisp routines for Windows NT."
  1955.         nil
  1956.         "lisp/prim/")
  1957.     ("iso-sgml.el"
  1958.         "display SGML entity references as ISO 8859-1 characters"
  1959.         (sgml  html  iso  latin  i18n)
  1960.         "lisp/psgml/")
  1961.     ("psgml-api.el"
  1962.         "Extra API functions for PSGML"
  1963.         nil
  1964.         "lisp/psgml/")
  1965.     ("psgml-dtd.el"
  1966.         "DTD parser for SGML-editing mode with parsing support"
  1967.         nil
  1968.         "lisp/psgml/")
  1969.     ("psgml-edit.el"
  1970.         "Editing commands for SGML-mode with parsing support"
  1971.         nil
  1972.         "lisp/psgml/")
  1973.     ("psgml-fs.el"
  1974.         "Format a SGML-file according to a style file"
  1975.         nil
  1976.         "lisp/psgml/")
  1977.     ("psgml-html.el"
  1978.         "HTML mode in conjunction with PSGML"
  1979.         nil
  1980.         "lisp/psgml/")
  1981.     ("psgml-other.el"
  1982.         "Part of SGML-editing mode with parsing support"
  1983.         nil
  1984.         "lisp/psgml/")
  1985.     ("psgml-parse.el"
  1986.         "Parser for SGML-editing mode with parsing support"
  1987.         nil
  1988.         "lisp/psgml/")
  1989.     ("psgml-xemacs.el"
  1990.         "Part of SGML-editing mode with parsing support"
  1991.         nil
  1992.         "lisp/psgml/")
  1993.     ("psgml.el"
  1994.         "SGML-editing mode with parsing support"
  1995.         (languages)
  1996.         "lisp/psgml/")
  1997.     ("tempo.el"
  1998.         "Flexible template insertion"
  1999.         (extensions  languages  tools)
  2000.         "lisp/psgml/")
  2001.     ("rmail-kill.el"
  2002.         "Mail filtering for rmail"
  2003.         (mail)
  2004.         "lisp/rmail/")
  2005.     ("rmail-xemacs.el"
  2006.         "Mouse and font support for RMAIL running on XEmacs"
  2007.         (mail)
  2008.         "lisp/rmail/")
  2009.     ("rmail.el"
  2010.         "main code of \"RMAIL\" mail reader for Emacs."
  2011.         (mail)
  2012.         "lisp/rmail/")
  2013.     ("rmailedit.el"
  2014.         "\"RMAIL edit mode\"  Edit the current message."
  2015.         (mail)
  2016.         "lisp/rmail/")
  2017.     ("rmailkwd.el"
  2018.         "part of the \"RMAIL\" mail reader for Emacs."
  2019.         (mail)
  2020.         "lisp/rmail/")
  2021.     ("rmailmsc.el"
  2022.         "miscellaneous support functions for the RMAIL mail reader"
  2023.         (mail)
  2024.         "lisp/rmail/")
  2025.     ("rmailout.el"
  2026.         "\"RMAIL\" mail reader for Emacs: output message to a file."
  2027.         (mail)
  2028.         "lisp/rmail/")
  2029.     ("rmailsort.el"
  2030.         "Rmail: sort messages."
  2031.         (mail)
  2032.         "lisp/rmail/")
  2033.     ("rmailsum.el"
  2034.         "make summary buffers for the mail reader"
  2035.         (mail)
  2036.         "lisp/rmail/")
  2037.     ("undigest.el"
  2038.         "digest-cracking support for the RMAIL mail reader"
  2039.         (mail)
  2040.         "lisp/rmail/")
  2041.     ("unrmail.el"
  2042.         "convert Rmail files to mailbox files."
  2043.         (mail)
  2044.         "lisp/rmail/")
  2045.     ("skk-auto.el"
  2046.         "$BAw$j2>L>$N<+F0=hM}$N$?$a$N%W%m%0%i%`(B"
  2047.         (japanese)
  2048.         "lisp/skk/")
  2049.     ("skk-comp.el"
  2050.         "$BJd40$N$?$a$N%W%m%0%i%`(B"
  2051.         (japanese)
  2052.         "lisp/skk/")
  2053.     ("skk-foreword.el"
  2054.         "$BA0=q$-(B"
  2055.         (japanese)
  2056.         "lisp/skk/")
  2057.     ("skk-gadget.el"
  2058.         "$B<B9TJQ49$N$?$a$N%W%m%0%i%`(B"
  2059.         (japanese)
  2060.         "lisp/skk/")
  2061.     ("skk-kakasi.el"
  2062.         "KAKASI $B4XO"%W%m%0%i%`(B"
  2063.         (japanese)
  2064.         "lisp/skk/")
  2065.     ("skk-kcode.el"
  2066.         "$B4A;z%3!<%I$r;H$C$?JQ49$N$?$a$N%W%m%0%i%`(B"
  2067.         (japanese)
  2068.         "lisp/skk/")
  2069.     ("skk-leim.el"
  2070.         "SKK related code for LEIM"
  2071.         (japanese)
  2072.         "lisp/skk/")
  2073.     ("skk-menu.el"
  2074.         "SKK Menul related functions."
  2075.         (japanese)
  2076.         "lisp/skk/")
  2077.     ("skk-num.el"
  2078.         "$B?tCMJQ49$N$?$a$N%W%m%0%i%`(B"
  2079.         (japanese)
  2080.         "lisp/skk/")
  2081.     ("skk-server.el"
  2082.         "SKK $B%5!<%P!<$N$?$a$N%W%m%0%i%`(B"
  2083.         (japanese)
  2084.         "lisp/skk/")
  2085.     ("skk-tree.el"
  2086.         "$BLZ7A<0%G!<%?!<$r;H$C$?JQ49$N$?$a$N%W%m%0%i%`(B"
  2087.         (japanese)
  2088.         "lisp/skk/")
  2089.     ("skk-vip.el"
  2090.         "vip related functions for skk.el"
  2091.         (japanese)
  2092.         "lisp/skk/")
  2093.     ("skk-viper.el"
  2094.         "SKK related code for Viper"
  2095.         (japanese)
  2096.         "lisp/skk/")
  2097.     ("vip.el"
  2098.         "a VI Package for GNU Emacs"
  2099.         (emulations)
  2100.         "lisp/skk/")
  2101.     ("sccs.el"
  2102.         "easy-to-use SCCS control from within Emacs"
  2103.         nil
  2104.         "lisp/sunpro/")
  2105.     ("sunpro-keys.el"
  2106.         "SunPro-specific key bindings"
  2107.         nil
  2108.         "lisp/sunpro/")
  2109.     ("sunpro-menubar.el"
  2110.         "Initialize the SunPro menubar"
  2111.         (sunpro menubar initialization)
  2112.         "lisp/sunpro/")
  2113.     ("sunpro-sparcworks.el"
  2114.         "support SPARCworks manager ToolTalk messages"
  2115.         (sparcworks  tooltalk  messages)
  2116.         "lisp/sunpro/")
  2117.     ("AT386.el"
  2118.         "terminal support package for IBM AT keyboards"
  2119.         (terminals)
  2120.         "lisp/term/")
  2121.     ("bg-mouse.el"
  2122.         "GNU Emacs code for BBN Bitgraph mouse."
  2123.         (hardware)
  2124.         "lisp/term/")
  2125.     ("internal.el"
  2126.         "setup support for PC keyboards and screens, internal terminal"
  2127.         nil
  2128.         "lisp/term/")
  2129.     ("keyswap.el"
  2130.         "swap BS and DEL keys"
  2131.         (terminals)
  2132.         "lisp/term/")
  2133.     ("linux.el"
  2134.         "define function key sequences for the Linux console"
  2135.         (terminals)
  2136.         "lisp/term/")
  2137.     ("lk201.el"
  2138.         "basic editing commands for XEmacs"
  2139.         nil
  2140.         "lisp/term/")
  2141.     ("news.el"
  2142.         "keypad and function key bindings for the Sony NEWS keyboard"
  2143.         (terminals)
  2144.         "lisp/term/")
  2145.     ("pc-win.el"
  2146.         "setup support for `PC windows' (whatever that is)."
  2147.         nil
  2148.         "lisp/term/")
  2149.     ("scoansi.el"
  2150.         "set up key names for SCO ansi console"
  2151.         nil
  2152.         "lisp/term/")
  2153.     ("sun-mouse.el"
  2154.         "mouse handling for Sun windows"
  2155.         (hardware)
  2156.         "lisp/term/")
  2157.     ("sun.el"
  2158.         "keybinding for standard default sunterm keys"
  2159.         (terminals)
  2160.         "lisp/term/")
  2161.     ("sup-mouse.el"
  2162.         "supdup mouse support for lisp machines"
  2163.         (hardware)
  2164.         "lisp/term/")
  2165.     ("tty-init.el"
  2166.         "initialization code for tty's"
  2167.         (terminals)
  2168.         "lisp/term/")
  2169.     ("tvi970.el"
  2170.         "terminal support for the Televideo 970"
  2171.         (terminals)
  2172.         "lisp/term/")
  2173.     ("vt-control.el"
  2174.         "Common VTxxx control functions"
  2175.         (terminals)
  2176.         "lisp/term/")
  2177.     ("vt100-led.el"
  2178.         "functions for LED control on VT-100 terminals & clones."
  2179.         (hardware)
  2180.         "lisp/term/")
  2181.     ("vt100.el"
  2182.         "define VT100 function key sequences in function-key-map"
  2183.         (terminals)
  2184.         "lisp/term/")
  2185.     ("win32-win.el"
  2186.         "parse switches controlling interface with win32"
  2187.         (terminals)
  2188.         "lisp/term/")
  2189.     ("wyse50.el"
  2190.         "terminal support code for Wyse 50"
  2191.         (terminals)
  2192.         "lisp/term/")
  2193.     ("xterm.el"
  2194.         "define function key sequences for xterm"
  2195.         (terminals)
  2196.         "lisp/term/")
  2197.     ("char-table.el"
  2198.         "display table of charset"
  2199.         (character  mule)
  2200.         "lisp/tl/")
  2201.     ("char-util.el"
  2202.         "character utility"
  2203.         (character  emacs/mule)
  2204.         "lisp/tl/")
  2205.     ("chartblxmas.el"
  2206.         "display table of charset by pop-up menu"
  2207.         (character  xemacs/mule)
  2208.         "lisp/tl/")
  2209.     ("cless.el"
  2210.         "Common lisp and Emacs Lisp source sharing"
  2211.         (common lisp)
  2212.         "lisp/tl/")
  2213.     ("range.el"
  2214.         "range functions"
  2215.         (range)
  2216.         "lisp/tl/")
  2217.     ("texi-util.el"
  2218.         "Texinfo utility"
  2219.         (texinfo)
  2220.         "lisp/tl/")
  2221.     ("tl-atype.el"
  2222.         "atype functions"
  2223.         (atype)
  2224.         "lisp/tl/")
  2225.     ("tl-list.el"
  2226.         "utility functions about list"
  2227.         (list)
  2228.         "lisp/tl/")
  2229.     ("tl-misc.el"
  2230.         "miscellaneous utility of tl."
  2231.         (load-path  module  structure)
  2232.         "lisp/tl/")
  2233.     ("tl-seq.el"
  2234.         "sequence functions"
  2235.         (sequence)
  2236.         "lisp/tl/")
  2237.     ("tl-str.el"
  2238.         "Emacs Lisp Library module about string"
  2239.         (string)
  2240.         "lisp/tl/")
  2241.     ("tu-comment.el"
  2242.         "a comment out utility for Lisp programs."
  2243.         (comment  lisp)
  2244.         "lisp/tl/")
  2245.     ("tu-replace.el"
  2246.         "a replacing utility for GNU Emacs"
  2247.         (replace)
  2248.         "lisp/tl/")
  2249.     ("gnus-art-mime.el"
  2250.         "MIME extension for article mode of Gnus"
  2251.         (news  mime  multimedia  multilingual  encoded-word)
  2252.         "lisp/tm/")
  2253.     ("gnus-charset.el"
  2254.         "MIME charset extension for Gnus"
  2255.         (news  mime  multimedia  multilingual  encoded-word)
  2256.         "lisp/tm/")
  2257.     ("gnus-mime.el"
  2258.         "MIME extensions for Gnus"
  2259.         (news  mime  multimedia  multilingual  encoded-word)
  2260.         "lisp/tm/")
  2261.     ("gnus-sum-mime.el"
  2262.         "MIME extension for summary mode of Gnus"
  2263.         (news  mime  multimedia  multilingual  encoded-word)
  2264.         "lisp/tm/")
  2265.     ("message-mime.el"
  2266.         "MIME extensions for message.el"
  2267.         (news  mime  multimedia  multilingual  encoded-word)
  2268.         "lisp/tm/")
  2269.     ("mime-setup.el"
  2270.         "setup file for tm viewer and composer."
  2271.         (mail  news  mime  multimedia  multilingual  encoded-word)
  2272.         "lisp/tm/")
  2273.     ("signature.el"
  2274.         "a signature utility for GNU Emacs"
  2275.         (mail  news  signature)
  2276.         "lisp/tm/")
  2277.     ("tm-bbdb.el"
  2278.         "tm shared module for BBDB"
  2279.         (mail  news  mime  multimedia  multilingual  bbdb)
  2280.         "lisp/tm/")
  2281.     ("tm-def.el"
  2282.         "definition module for tm"
  2283.         (mail  news  mime  multimedia  definition)
  2284.         "lisp/tm/")
  2285.     ("tm-edit-mc.el"
  2286.         "Mailcrypt interface for tm-edit"
  2287.         (mail  news  mime  multimedia  multilingual  security  pgp)
  2288.         "lisp/tm/")
  2289.     ("tm-edit.el"
  2290.         "Simple MIME Composer for GNU Emacs"
  2291.         (mail  news  mime  multimedia  multilingual)
  2292.         "lisp/tm/")
  2293.     ("tm-ew-d.el"
  2294.         "RFC 2047 based encoded-word decoder for GNU Emacs"
  2295.         (encoded-word  mime  multilingual  header  mail  news)
  2296.         "lisp/tm/")
  2297.     ("tm-ew-e.el"
  2298.         "RFC 2047 based encoded-word encoder for GNU Emacs"
  2299.         (encoded-word  mime  multilingual  header  mail  news)
  2300.         "lisp/tm/")
  2301.     ("tm-file.el"
  2302.         "tm-view internal method for file extraction"
  2303.         (mail  news  mime  multimedia  file  extract)
  2304.         "lisp/tm/")
  2305.     ("tm-ftp.el"
  2306.         "tm-view internal method for anonymous ftp"
  2307.         (anonymous ftp  mime  multimedia  mail  news)
  2308.         "lisp/tm/")
  2309.     ("tm-image.el"
  2310.         "tm-view filter to display images in XEmacs or MULE buffers"
  2311.         (image  picture  x-face  mime  multimedia  mail  news)
  2312.         "lisp/tm/")
  2313.     ("tm-mail.el"
  2314.         "mail-mode extension."
  2315.         (mail  mime  multimedia)
  2316.         "lisp/tm/")
  2317.     ("tm-mh-e.el"
  2318.         "MIME extension for mh-e"
  2319.         (mail  mh  mime  multimedia  encoded-word  multilingual)
  2320.         "lisp/tm/")
  2321.     ("tm-parse.el"
  2322.         "MIME message parser"
  2323.         (mail  news  mime  multimedia)
  2324.         "lisp/tm/")
  2325.     ("tm-partial.el"
  2326.         "Grabbing all MIME \"message/partial\"s."
  2327.         (mail  news  mime  multimedia  message/partial)
  2328.         "lisp/tm/")
  2329.     ("tm-pgp.el"
  2330.         "tm-view internal methods for PGP."
  2331.         (mail  news  mime  multimedia  pgp  security)
  2332.         "lisp/tm/")
  2333.     ("tm-play.el"
  2334.         "decoder for tm-view.el"
  2335.         (mail  news  mime  multimedia)
  2336.         "lisp/tm/")
  2337.     ("tm-rmail.el"
  2338.         "MIME extension for RMAIL"
  2339.         (mail  mime  multimedia  multilingual  encoded-word)
  2340.         "lisp/tm/")
  2341.     ("tm-setup.el"
  2342.         "setup file for tm viewer."
  2343.         (mail  news  mime  multimedia  multilingual  encoded-word)
  2344.         "lisp/tm/")
  2345.     ("tm-view.el"
  2346.         "interactive MIME viewer for GNU Emacs"
  2347.         (mail  news  mime  multimedia)
  2348.         "lisp/tm/")
  2349.     ("tm-vm.el"
  2350.         "tm-MUA (MIME Extension module) for VM"
  2351.         (mail  mime  multimedia  multilingual  encoded-word)
  2352.         "lisp/tm/")
  2353.     ("tmh-comp.el"
  2354.         "tm-mh-e functions for composing messages"
  2355.         (mail  mh  mime  multimedia  encoded-word  multilingual)
  2356.         "lisp/tm/")
  2357.     ("abbrevlist.el"
  2358.         "list one abbrev table alphabetically ordered."
  2359.         (abbrev)
  2360.         "lisp/utils/")
  2361.     ("advice.el"
  2362.         "an overloading mechanism for Emacs Lisp functions"
  2363.         (extensions  lisp  tools)
  2364.         "lisp/utils/")
  2365.     ("annotations.el"
  2366.         "interface to marginal annotations"
  2367.         (extensions  hypermedia  outlining)
  2368.         "lisp/utils/")
  2369.     ("assoc.el"
  2370.         "insert/delete/sort functions on association lists"
  2371.         (extensions)
  2372.         "lisp/utils/")
  2373.     ("atomic-extents.el"
  2374.         "treat regions of text as a single object"
  2375.         (extensions)
  2376.         "lisp/utils/")
  2377.     ("autoload.el"
  2378.         "maintain autoloads in loaddefs.el."
  2379.         (maint)
  2380.         "lisp/utils/")
  2381.     ("bench.el"
  2382.         "benchmarking utility for emacsen"
  2383.         (internal  maint)
  2384.         "lisp/utils/")
  2385.     ("blessmail.el"
  2386.         "Decide whether movemail needs special privileges."
  2387.         (internal)
  2388.         "lisp/utils/")
  2389.     ("browse-url.el"
  2390.         "ask a WWW browser to load a URL"
  2391.         (hypertext)
  2392.         "lisp/utils/")
  2393.     ("build-report.el"
  2394.         "Automatically formatted build reports for XEmacs"
  2395.         (internal)
  2396.         "lisp/utils/")
  2397.     ("config.el"
  2398.         "access configuration parameters"
  2399.         (configure)
  2400.         "lisp/utils/")
  2401.     ("delbs.el"
  2402.         "a small lisp package to allow you to swap around DEL/BS keys"
  2403.         (lisp  terminals)
  2404.         "lisp/utils/")
  2405.     ("derived.el"
  2406.         "allow inheritance of major modes."
  2407.         nil
  2408.         "lisp/utils/")
  2409.     ("detached-minibuf.el"
  2410.         "Support a detached minibuffer for XEmacs."
  2411.         (extensions)
  2412.         "lisp/utils/")
  2413.     ("docref.el"
  2414.         "Simple cross references for Elisp documentation strings"
  2415.         (docs  help  lisp)
  2416.         "lisp/utils/")
  2417.     ("edit-toolbar.el"
  2418.         "Interactive toolbar editing mode for XEmacs"
  2419.         (tools)
  2420.         "lisp/utils/")
  2421.     ("edmacro.el"
  2422.         "keyboard macro editor"
  2423.         (abbrev  internal)
  2424.         "lisp/utils/")
  2425.     ("eldoc.el"
  2426.         "show function arglist or variable docstring in echo area"
  2427.         (extensions)
  2428.         "lisp/utils/")
  2429.     ("elp.el"
  2430.         "Emacs Lisp Profiler"
  2431.         (debugging lisp tools)
  2432.         "lisp/utils/")
  2433.     ("facemenu.el"
  2434.         "create a face menu for interactively adding fonts to text"
  2435.         (faces)
  2436.         "lisp/utils/")
  2437.     ("find-gc.el"
  2438.         "detect functions that call the garbage collector"
  2439.         (maint)
  2440.         "lisp/utils/")
  2441.     ("finder.el"
  2442.         "topic & keyword-based code finder"
  2443.         (help)
  2444.         "lisp/utils/")
  2445.     ("floating-toolbar.el"
  2446.         "popup toolbar support for XEmacs."
  2447.         (lisp)
  2448.         "lisp/utils/")
  2449.     ("flow-ctrl.el"
  2450.         "help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control"
  2451.         (hardware)
  2452.         "lisp/utils/")
  2453.     ("foldout.el"
  2454.         "Folding extensions for outline-mode and outline-minor-mode."
  2455.         (folding  outline)
  2456.         "lisp/utils/")
  2457.     ("forms-d2.el"
  2458.         "demo forms-mode"
  2459.         nil
  2460.         "lisp/utils/")
  2461.     ("forms-pass.el"
  2462.         "passwd file demo for forms-mode"
  2463.         nil
  2464.         "lisp/utils/")
  2465.     ("forms.el"
  2466.         "Forms mode: edit a file as a form to fill in"
  2467.         (extensions)
  2468.         "lisp/utils/")
  2469.     ("hide-copyleft.el"
  2470.         "hide obnoxious copyright prologs"
  2471.         nil
  2472.         "lisp/utils/")
  2473.     ("highlight-headers.el"
  2474.         "highlighting message headers."
  2475.         (mail  news)
  2476.         "lisp/utils/")
  2477.     ("hippie-exp.el"
  2478.         "expand text trying various ways to find its expansion."
  2479.         (abbrev)
  2480.         "lisp/utils/")
  2481.     ("lib-complete.el"
  2482.         "Completion on the lisp search path"
  2483.         (lisp  extensions)
  2484.         "lisp/utils/")
  2485.     ("live-icon.el"
  2486.         "make frame icons represent the current frame contents"
  2487.         nil
  2488.         "lisp/utils/")
  2489.     ("loadhist.el"
  2490.         "lisp functions for working with feature groups"
  2491.         (internal)
  2492.         "lisp/utils/")
  2493.     ("mail-extr.el"
  2494.         "extract full name and address from RFC 822 mail header."
  2495.         (mail)
  2496.         "lisp/utils/")
  2497.     ("mail-utils.el"
  2498.         "utility functions used both by rmail and rnews"
  2499.         (mail  news)
  2500.         "lisp/utils/")
  2501.     ("map-ynp.el"
  2502.         "General-purpose boolean question-asker."
  2503.         (lisp  extensions)
  2504.         "lisp/utils/")
  2505.     ("passwd.el"
  2506.         "Prompting for passwords semi-securely"
  2507.         (comm  extensions)
  2508.         "lisp/utils/")
  2509.     ("ph.el"
  2510.         "Client for the CCSO directory system (aka PH/QI)"
  2511.         (help)
  2512.         "lisp/utils/")
  2513.     ("pp.el"
  2514.         "pretty printer for Emacs Lisp"
  2515.         (lisp  tools  language  extensions)
  2516.         "lisp/utils/")
  2517.     ("redo.el"
  2518.         "Redo/undo system for XEmacs"
  2519.         (lisp  extensions)
  2520.         "lisp/utils/")
  2521.     ("regexp-opt.el"
  2522.         "generate efficient regexps to match strings."
  2523.         (strings  regexps)
  2524.         "lisp/utils/")
  2525.     ("regi.el"
  2526.         "REGular expression Interpreting engine"
  2527.         (extensions  matching)
  2528.         "lisp/utils/")
  2529.     ("reporter.el"
  2530.         "customizable bug reporting of lisp programs"
  2531.         (maint mail tools)
  2532.         "lisp/utils/")
  2533.     ("rfc822.el"
  2534.         "hairy rfc822 parser for mail and news and suchlike"
  2535.         (mail)
  2536.         "lisp/utils/")
  2537.     ("ring.el"
  2538.         "handle rings of items"
  2539.         (extensions)
  2540.         "lisp/utils/")
  2541.     ("savehist.el"
  2542.         "Save minibuffer history"
  2543.         (minibuffer)
  2544.         "lisp/utils/")
  2545.     ("shadow.el"
  2546.         "Locate Emacs Lisp file shadowings."
  2547.         (lisp)
  2548.         "lisp/utils/")
  2549.     ("shadowfile.el"
  2550.         "automatic file copying for Emacs 19"
  2551.         (comm)
  2552.         "lisp/utils/")
  2553.     ("skeleton.el"
  2554.         "Lisp language extension for writing statement skeletons"
  2555.         (extensions  abbrev  languages  tools)
  2556.         "lisp/utils/")
  2557.     ("soundex.el"
  2558.         "implement Soundex algorithm"
  2559.         (matching)
  2560.         "lisp/utils/")
  2561.     ("speedbar.el"
  2562.         "quick access to files and tags -*-byte-compile-warnings:nil;-*-"
  2563.         (file  tags  tools)
  2564.         "lisp/utils/")
  2565.     ("speedbspec.el"
  2566.         "Buffer specialized configurations for speedbar"
  2567.         (file  tags  tools)
  2568.         "lisp/utils/")
  2569.     ("symbol-syntax.el"
  2570.         "find chars with symbol syntax"
  2571.         (matching)
  2572.         "lisp/utils/")
  2573.     ("sysdep.el"
  2574.         "consolidate Emacs-version dependencies in one file."
  2575.         (lisp  tools)
  2576.         "lisp/utils/")
  2577.     ("text-props.el"
  2578.         "implements properties of characters"
  2579.         (extensions  wp  faces)
  2580.         "lisp/utils/")
  2581.     ("thing.el"
  2582.         "find language-specific contiguous pieces of text"
  2583.         (extensions  languages)
  2584.         "lisp/utils/")
  2585.     ("timezone.el"
  2586.         "time zone package for GNU Emacs"
  2587.         (news)
  2588.         "lisp/utils/")
  2589.     ("toolbar-utils.el"
  2590.         "Toolbar utility functions for XEmacs"
  2591.         (extensions)
  2592.         "lisp/utils/")
  2593.     ("tq.el"
  2594.         "utility to maintain a transaction queue"
  2595.         (extensions)
  2596.         "lisp/utils/")
  2597.     ("trace.el"
  2598.         "tracing facility for Emacs Lisp functions"
  2599.         (tools  lisp)
  2600.         "lisp/utils/")
  2601.     ("uniquify.el"
  2602.         "unique buffer names dependent on file name"
  2603.         nil
  2604.         "lisp/utils/")
  2605.     ("xemacs-build-report.el"
  2606.         "Automatically formatted build reports for XEmacs"
  2607.         (internal)
  2608.         "lisp/utils/")
  2609.     ("xpm-button.el"
  2610.         "create XPM buttons"
  2611.         (frames  internal)
  2612.         "lisp/utils/")
  2613.     ("vc-hooks.el"
  2614.         "resident support for version-control"
  2615.         nil
  2616.         "lisp/vc/")
  2617.     ("vc.el"
  2618.         "drive a version-control system from within Emacs"
  2619.         nil
  2620.         "lisp/vc/")
  2621.     ("viper-cmd.el"
  2622.         "Vi command support for Viper"
  2623.         nil
  2624.         "lisp/viper/")
  2625.     ("viper-ex.el"
  2626.         "functions implementing the Ex commands for Viper"
  2627.         nil
  2628.         "lisp/viper/")
  2629.     ("viper-init.el"
  2630.         "some common definitions for Viper"
  2631.         nil
  2632.         "lisp/viper/")
  2633.     ("viper-keym.el"
  2634.         "Viper keymaps"
  2635.         nil
  2636.         "lisp/viper/")
  2637.     ("viper-macs.el"
  2638.         "functions implementing keyboard macros for Viper"
  2639.         nil
  2640.         "lisp/viper/")
  2641.     ("viper-mous.el"
  2642.         "mouse support for Viper"
  2643.         nil
  2644.         "lisp/viper/")
  2645.     ("viper-util.el"
  2646.         "Utilities used by viper.el"
  2647.         nil
  2648.         "lisp/viper/")
  2649.     ("viper.el"
  2650.         "A full-featured Vi emulator for GNU Emacs and XEmacs,"
  2651.         (emulations)
  2652.         "lisp/viper/")
  2653.     ("vm-easymenu.el"
  2654.         "support the easymenu interface for defining a menu."
  2655.         (emulations)
  2656.         "lisp/vm/")
  2657.     ("base64.el"
  2658.         "Base64 encoding functions"
  2659.         (extensions)
  2660.         "lisp/w3/")
  2661.     ("css.el"
  2662.         "Cascading Style Sheet parser"
  2663.         nil
  2664.         "lisp/w3/")
  2665.     ("devices.el"
  2666.         "XEmacs device API emulation"
  2667.         nil
  2668.         "lisp/w3/")
  2669.     ("dsssl-flow.el"
  2670.         "DSSSL flow objects"
  2671.         nil
  2672.         "lisp/w3/")
  2673.     ("dsssl.el"
  2674.         "DSSSL parser"
  2675.         nil
  2676.         "lisp/w3/")
  2677.     ("font.el"
  2678.         "New font model"
  2679.         (faces)
  2680.         "lisp/w3/")
  2681.     ("images.el"
  2682.         "Automatic image converters"
  2683.         (images)
  2684.         "lisp/w3/")
  2685.     ("md5.el"
  2686.         "MD5 Message Digest Algorithm"
  2687.         nil
  2688.         "lisp/w3/")
  2689.     ("mm.el"
  2690.         "Mailcap parsing routines, and MIME handling"
  2691.         (mail  news  hypermedia)
  2692.         "lisp/w3/")
  2693.     ("mule-sysdp.el"
  2694.         "consolidate MULE-version dependencies in one file."
  2695.         (lisp  tools)
  2696.         "lisp/w3/")
  2697.     ("socks.el"
  2698.         "A Socks v5 Client for Emacs"
  2699.         (comm  firewalls)
  2700.         "lisp/w3/")
  2701.     ("ssl.el"
  2702.         "ssl functions for emacsen without them builtin"
  2703.         (comm)
  2704.         "lisp/w3/")
  2705.     ("url-auth.el"
  2706.         "Uniform Resource Locator authorization modules"
  2707.         (comm  data  processes  hypermedia)
  2708.         "lisp/w3/")
  2709.     ("url-cache.el"
  2710.         "Uniform Resource Locator retrieval tool"
  2711.         (comm  data  processes  hypermedia)
  2712.         "lisp/w3/")
  2713.     ("url-cookie.el"
  2714.         "Netscape Cookie support"
  2715.         (comm  data  processes  hypermedia)
  2716.         "lisp/w3/")
  2717.     ("url-file.el"
  2718.         "File retrieval code"
  2719.         (comm  data  processes)
  2720.         "lisp/w3/")
  2721.     ("url-gopher.el"
  2722.         "Gopher Uniform Resource Locator retrieval code"
  2723.         (comm  data  processes)
  2724.         "lisp/w3/")
  2725.     ("url-gw.el"
  2726.         "Gateway munging for URL loading"
  2727.         (comm  data  processes)
  2728.         "lisp/w3/")
  2729.     ("url-http.el"
  2730.         "HTTP Uniform Resource Locator retrieval code"
  2731.         (comm  data  processes)
  2732.         "lisp/w3/")
  2733.     ("url-irc.el"
  2734.         "IRC URL interface"
  2735.         (comm  data  processes)
  2736.         "lisp/w3/")
  2737.     ("url-mail.el"
  2738.         "Mail Uniform Resource Locator retrieval code"
  2739.         (comm  data  processes)
  2740.         "lisp/w3/")
  2741.     ("url-misc.el"
  2742.         "Misc Uniform Resource Locator retrieval code"
  2743.         (comm  data  processes)
  2744.         "lisp/w3/")
  2745.     ("url-news.el"
  2746.         "News Uniform Resource Locator retrieval code"
  2747.         (comm  data  processes)
  2748.         "lisp/w3/")
  2749.     ("url-nfs.el"
  2750.         "NFS URL interface"
  2751.         (comm  data  processes)
  2752.         "lisp/w3/")
  2753.     ("url-ns.el"
  2754.         "Various netscape-ish functions for proxy definitions"
  2755.         (comm  data  processes  hypermedia)
  2756.         "lisp/w3/")
  2757.     ("url-parse.el"
  2758.         "Uniform Resource Locator parser"
  2759.         (comm  data  processes)
  2760.         "lisp/w3/")
  2761.     ("url-vars.el"
  2762.         "Variables for Uniform Resource Locator tool"
  2763.         (comm  data  processes  hypermedia)
  2764.         "lisp/w3/")
  2765.     ("url.el"
  2766.         "Uniform Resource Locator retrieval tool"
  2767.         (comm  data  processes  hypermedia)
  2768.         "lisp/w3/")
  2769.     ("w3-about.el"
  2770.         "About pages for emacs-w3"
  2771.         (hypermedia)
  2772.         "lisp/w3/")
  2773.     ("w3-display.el"
  2774.         "display engine v99999"
  2775.         (faces  help  hypermedia)
  2776.         "lisp/w3/")
  2777.     ("w3-e19.el"
  2778.         "Emacs 19.xx specific functions for emacs-w3"
  2779.         (faces  help  mouse  hypermedia)
  2780.         "lisp/w3/")
  2781.     ("w3-e20.el"
  2782.         "Emacs 20.xx specific functions for emacs-w3"
  2783.         (faces  help  mouse  hypermedia)
  2784.         "lisp/w3/")
  2785.     ("w3-elisp.el"
  2786.         "Scripting support for emacs-lisp"
  2787.         (hypermedia  scripting)
  2788.         "lisp/w3/")
  2789.     ("w3-emulate.el"
  2790.         "All variable definitions for emacs-w3"
  2791.         (comm  help  hypermedia)
  2792.         "lisp/w3/")
  2793.     ("w3-forms.el"
  2794.         "Emacs-w3 forms parsing code for new display engine"
  2795.         (faces  help  comm  data  languages)
  2796.         "lisp/w3/")
  2797.     ("w3-hot.el"
  2798.         "Main functions for emacs-w3 on all platforms/versions"
  2799.         (faces  help  comm  news  mail  processes  mouse  hypermedia)
  2800.         "lisp/w3/")
  2801.     ("w3-imap.el"
  2802.         "Imagemap functions"
  2803.         (hypermedia)
  2804.         "lisp/w3/")
  2805.     ("w3-jscript.el"
  2806.         "Scripting support for javascript"
  2807.         (hypermedia  scripting)
  2808.         "lisp/w3/")
  2809.     ("w3-keyword.el"
  2810.         "Emacs-W3 binding style sheet mechanism"
  2811.         (hypermedia)
  2812.         "lisp/w3/")
  2813.     ("w3-latex.el"
  2814.         "Emacs-W3 printing via LaTeX"
  2815.         (hypermedia  printing  typesetting)
  2816.         "lisp/w3/")
  2817.     ("w3-menu.el"
  2818.         "Menu functions for emacs-w3"
  2819.         (menu  hypermedia)
  2820.         "lisp/w3/")
  2821.     ("w3-mouse.el"
  2822.         "Mouse specific functions for emacs-w3"
  2823.         (mouse  hypermedia)
  2824.         "lisp/w3/")
  2825.     ("w3-prefs.el"
  2826.         "Preferences panels for Emacs-W3"
  2827.         (hypermedia  preferences)
  2828.         "lisp/w3/")
  2829.     ("w3-print.el"
  2830.         "Printing support for emacs-w3"
  2831.         (faces  help  printing  hypermedia)
  2832.         "lisp/w3/")
  2833.     ("w3-props.el"
  2834.         "Additional text property stuff"
  2835.         (faces)
  2836.         "lisp/w3/")
  2837.     ("w3-script.el"
  2838.         "Scripting support"
  2839.         (hypermedia  scripting)
  2840.         "lisp/w3/")
  2841.     ("w3-speak.el"
  2842.         "Emacs-W3 speech interface"
  2843.         (hypermedia  speech)
  2844.         "lisp/w3/")
  2845.     ("w3-style.el"
  2846.         "Emacs-W3 binding style sheet mechanism"
  2847.         (faces  hypermedia)
  2848.         "lisp/w3/")
  2849.     ("w3-sysdp.el"
  2850.         "consolidate Emacs-version dependencies in one file."
  2851.         (lisp  tools)
  2852.         "lisp/w3/")
  2853.     ("w3-toolbar.el"
  2854.         "Toolbar functions for emacs-w3"
  2855.         (mouse  toolbar)
  2856.         "lisp/w3/")
  2857.     ("w3-vars.el"
  2858.         "All variable definitions for emacs-w3"
  2859.         (comm  help  hypermedia)
  2860.         "lisp/w3/")
  2861.     ("w3-widget.el"
  2862.         "An image widget"
  2863.         (faces  images)
  2864.         "lisp/w3/")
  2865.     ("w3-xemac.el"
  2866.         "XEmacs specific functions for emacs-w3"
  2867.         (faces  help  mouse  hypermedia)
  2868.         "lisp/w3/")
  2869.     ("w3.el"
  2870.         "Main functions for emacs-w3 on all platforms/versions"
  2871.         (faces  help  comm  news  mail  processes  mouse  hypermedia)
  2872.         "lisp/w3/")
  2873.     ("x-compose.el"
  2874.         "Compose-key processing in XEmacs"
  2875.         (i18n)
  2876.         "lisp/x11/")
  2877.     ("x-faces.el"
  2878.         "X-specific face frobnication, aka black magic."
  2879.         nil
  2880.         "lisp/x11/")
  2881.     ("x-font-menu.el"
  2882.         "Managing menus of X fonts."
  2883.         nil
  2884.         "lisp/x11/")
  2885.     ("x-init.el"
  2886.         "initialization code for X windows"
  2887.         (terminals)
  2888.         "lisp/x11/")
  2889.     ("x-menubar.el"
  2890.         "Menubar and popup-menu support for X."
  2891.         nil
  2892.         "lisp/x11/")
  2893.     ("x-misc.el"
  2894.         "miscellaneous X functions."
  2895.         nil
  2896.         "lisp/x11/")
  2897.     ("x-scrollbar.el"
  2898.         "scrollbar resourcing and such."
  2899.         nil
  2900.         "lisp/x11/")
  2901.     ("x-select.el"
  2902.         "Elisp interface to X Selections."
  2903.         nil
  2904.         "lisp/x11/")
  2905.     ("x-toolbar.el"
  2906.         "Runtime initialization of XEmacs toolbar"
  2907.         (frames)
  2908.         "lisp/x11/")
  2909.     ("x-win-sun.el"
  2910.         "runtime initialization for Sun X servers and keyboards"
  2911.         (terminals)
  2912.         "lisp/x11/")
  2913.     ("x-win-xfree86.el"
  2914.         "runtime initialization for XFree86 servers"
  2915.         (terminals)
  2916.         "lisp/x11/")
  2917. ))
  2918.  
  2919. (provide 'finder-inf)
  2920.  
  2921. ;;; finder-inf.el ends here
  2922.